OAuthS2SAuthenticationChallenge Class
The OAuth2 S2S challenge to be issued for unauthenticated requests. It will be included with the HTTP 401 response code.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Realm | Gets the realm value configured on the Scope. |
![]() | Scheme | Gets Uri scheme used for this Scope. |
![]() | TrustedIssuers | Gets the list of Trusted Issuers assigned to the Scope. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetParameter(String) | Returns the challenge parameter by name. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Formats the challenge as a string.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

