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
Fields in com.google.api.client.auth.oauth2 declared as AuthorizationCodeFlow.CredentialCreatedListener Modifier and Type Field Description (package private) AuthorizationCodeFlow.CredentialCreatedListenerAuthorizationCodeFlow.Builder. credentialCreatedListenerCredential created listener ornullfor none.private AuthorizationCodeFlow.CredentialCreatedListenerAuthorizationCodeFlow. credentialCreatedListenerCredential created listener ornullfor none.Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeFlow.CredentialCreatedListener Modifier and Type Method Description AuthorizationCodeFlow.CredentialCreatedListenerAuthorizationCodeFlow.Builder. getCredentialCreatedListener()Returns the credential created listener ornullfor none.Methods in com.google.api.client.auth.oauth2 with parameters of type AuthorizationCodeFlow.CredentialCreatedListener Modifier and Type Method Description AuthorizationCodeFlow.BuilderAuthorizationCodeFlow.Builder. setCredentialCreatedListener(AuthorizationCodeFlow.CredentialCreatedListener credentialCreatedListener)Sets the credential created listener ornullfor none.
-