AuthenticationResult.IsMultipleResourceRefreshToken Property

 

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

Gets a value indicating whether the refresh token can be used for requesting access token for other resources.

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

Syntax

[DataMemberAttribute]
public bool IsMultipleResourceRefreshToken { get; internal set; }

Property Value

Type: System.Boolean

See Also

AuthenticationResult Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top