getAuthenticator method

  1. @override
Authenticator getAuthenticator()
override

Implementation

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