AcquireTokenByAuthorizationCodeParameterBuilder.WithCcsRoutingHint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithCcsRoutingHint(String) |
To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide backup authentication system with a routing hint to help improve performance during authentication. |
WithCcsRoutingHint(String, String) |
To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide backup authentication system with a routing hint to help improve performance during authentication. |
WithCcsRoutingHint(String)
To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide backup authentication system with a routing hint to help improve performance during authentication.
public Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder WithCcsRoutingHint (string userName);
member this.WithCcsRoutingHint : string -> Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder
Public Function WithCcsRoutingHint (userName As String) As AcquireTokenByAuthorizationCodeParameterBuilder
Parameters
- userName
- String
Identifier of the user. Generally in UserPrincipalName (UPN) format, e.g. john.doe@contoso.com
Returns
The builder to chain the .With methods
Applies to
WithCcsRoutingHint(String, String)
To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide backup authentication system with a routing hint to help improve performance during authentication.
public Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder WithCcsRoutingHint (string userObjectIdentifier, string tenantIdentifier);
member this.WithCcsRoutingHint : string * string -> Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder
Public Function WithCcsRoutingHint (userObjectIdentifier As String, tenantIdentifier As String) As AcquireTokenByAuthorizationCodeParameterBuilder
Parameters
- userObjectIdentifier
- String
GUID which is unique to the user, parsed from the client_info.
- tenantIdentifier
- String
GUID format of the tenant ID, parsed from the client_info.
Returns
The builder to chain the .With methods