getAuthenticator method

  1. @override
Authenticator getAuthenticator()
override

Implementation

@override
Authenticator getAuthenticator() => AzureADAuthenticator(
    identifier,
    clientId,
    clientSecret,
    tokenUrl,
    authorizationUrl,
    redirectUrl,
    resource,
    useClientSecret,
    scopes);