getAuthenticator method

Authenticator getAuthenticator()
override

Implementation

Authenticator getAuthenticator() => AzureADV2Authenticator(
    identifier,
    clientId,
    clientSecret,
    tokenUrl,
    authorizationUrl,
    redirectUrl,
    useClientSecret,
    scopes);