Share via


OAuthS2SSelfIssuedCredential.GetAuthorization Method (OAuthS2SAuthenticationChallenge[], HttpWebRequest)

 

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public override Authorization GetAuthorization(
    OAuthS2SAuthenticationChallenge[] bearerChallenges,
    HttpWebRequest request
)
public:
virtual Authorization^ GetAuthorization(
    array<OAuthS2SAuthenticationChallenge^>^ bearerChallenges,
    HttpWebRequest^ request
) override
override GetAuthorization : 
        bearerChallenges:OAuthS2SAuthenticationChallenge[] *
        request:HttpWebRequest -> Authorization
Public Overrides Function GetAuthorization (
    bearerChallenges As OAuthS2SAuthenticationChallenge(),
    request As HttpWebRequest
) As Authorization

Parameters

Return Value

Type: System.Net.Authorization

See Also

OAuthS2SSelfIssuedCredential Class
Microsoft.Workflow.Client.Security Namespace

Return to top