Uses of Interface
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.CredentialCreatedListener
Packages that use AuthorizationCodeFlow.CredentialCreatedListener
-
Uses of AuthorizationCodeFlow.CredentialCreatedListener in com.google.api.client.auth.oauth2
Fields in com.google.api.client.auth.oauth2 declared as AuthorizationCodeFlow.CredentialCreatedListenerModifier and TypeFieldDescription(package private) AuthorizationCodeFlow.CredentialCreatedListenerAuthorizationCodeFlow.Builder.credentialCreatedListenerCredential created listener ornullfor none.private final AuthorizationCodeFlow.CredentialCreatedListenerAuthorizationCodeFlow.credentialCreatedListenerCredential created listener ornullfor none.Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeFlow.CredentialCreatedListenerModifier and TypeMethodDescriptionAuthorizationCodeFlow.Builder.getCredentialCreatedListener()Returns the credential created listener ornullfor none.Methods in com.google.api.client.auth.oauth2 with parameters of type AuthorizationCodeFlow.CredentialCreatedListenerModifier and TypeMethodDescriptionAuthorizationCodeFlow.Builder.setCredentialCreatedListener(AuthorizationCodeFlow.CredentialCreatedListener credentialCreatedListener) Sets the credential created listener ornullfor none.