Uses of Interface
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.CredentialCreatedListener
-
Packages that use AuthorizationCodeFlow.CredentialCreatedListener Package Description com.google.api.client.auth.oauth2 Implementation of the OAuth 2.0 Authorization Framework. -
-
Uses of AuthorizationCodeFlow.CredentialCreatedListener in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeFlow.CredentialCreatedListener Modifier and Type Method Description AuthorizationCodeFlow.CredentialCreatedListener
AuthorizationCodeFlow.Builder. getCredentialCreatedListener()
Returns the credential created listener ornull
for none.Methods in com.google.api.client.auth.oauth2 with parameters of type AuthorizationCodeFlow.CredentialCreatedListener Modifier and Type Method Description AuthorizationCodeFlow.Builder
AuthorizationCodeFlow.Builder. setCredentialCreatedListener(AuthorizationCodeFlow.CredentialCreatedListener credentialCreatedListener)
Sets the credential created listener ornull
for none.
-