AuthenticationContext.AcquireTokenByAuthorizationCode Method

 

Applies to: Version: 2.19.208020213, Platform: .NET Desktop.

Namespace:   Microsoft.IdentityModel.Clients.ActiveDirectory
Assembly:  Microsoft.IdentityModel.Clients.ActiveDirectory (in Microsoft.IdentityModel.Clients.ActiveDirectory.dll)

Overload List

Name Description
System_CAPS_pubmethod AcquireTokenByAuthorizationCode(String, Uri, ClientAssertion)

Acquires security token from the authority using an authorization code previously received. This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as AcquireTokenSilent.

System_CAPS_pubmethod AcquireTokenByAuthorizationCode(String, Uri, ClientAssertion, String)

Acquires security token from the authority using an authorization code previously received. This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as AcquireTokenSilent.

System_CAPS_pubmethod AcquireTokenByAuthorizationCode(String, Uri, ClientAssertionCertificate)

Acquires security token from the authority using an authorization code previously received. This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as AcquireTokenSilent.

System_CAPS_pubmethod AcquireTokenByAuthorizationCode(String, Uri, ClientAssertionCertificate, String)

Acquires security token from the authority using an authorization code previously received. This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as AcquireTokenSilent.

System_CAPS_pubmethod AcquireTokenByAuthorizationCode(String, Uri, ClientCredential)

Acquires security token from the authority using authorization code previously received. This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as AcquireTokenSilent.

System_CAPS_pubmethod AcquireTokenByAuthorizationCode(String, Uri, ClientCredential, String)

Acquires security token from the authority using an authorization code previously received. This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as AcquireTokenSilent.

See Also

AuthenticationContext Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top