Uses of Interface
com.google.api.client.extensions.java6.auth.oauth2.VerificationCodeReceiver
-
Packages that use VerificationCodeReceiver Package Description com.google.api.client.extensions.java6.auth.oauth2 OAuth 2.0 utilities that help simplify the authorization flow on Java 6. -
-
Uses of VerificationCodeReceiver in com.google.api.client.extensions.java6.auth.oauth2
Classes in com.google.api.client.extensions.java6.auth.oauth2 that implement VerificationCodeReceiver Modifier and Type Class Description classAbstractPromptReceiverOAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the browser.Fields in com.google.api.client.extensions.java6.auth.oauth2 declared as VerificationCodeReceiver Modifier and Type Field Description private VerificationCodeReceiverAuthorizationCodeInstalledApp. receiverVerification code receiver.Methods in com.google.api.client.extensions.java6.auth.oauth2 that return VerificationCodeReceiver Modifier and Type Method Description VerificationCodeReceiverAuthorizationCodeInstalledApp. getReceiver()Returns the verification code receiver.Constructors in com.google.api.client.extensions.java6.auth.oauth2 with parameters of type VerificationCodeReceiver Constructor Description AuthorizationCodeInstalledApp(AuthorizationCodeFlow flow, VerificationCodeReceiver receiver)
-