AuthenticationContext.AcquireToken Method (String, ClientCredential)

 

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

Acquires security token from the authority.

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

Syntax

public AuthenticationResult AcquireToken(
    string resource,
    ClientCredential clientCredential
)

Parameters

  • resource
    Type: System.String

    Identifier of the target resource that is the recipient of the requested token.

Return Value

Type: Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult

It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.

See Also

AcquireToken Overload
AuthenticationContext Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top