getAuthenticator method

Authenticator getAuthenticator()
override

Implementation

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