Uses of Interface
com.google.auth.oauth2.PKCEProvider
-
Packages that use PKCEProvider Package Description com.google.auth.oauth2 -
-
Uses of PKCEProvider in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement PKCEProvider Modifier and Type Class Description class
DefaultPKCEProvider
Implements PKCE using only the Java standard library.Fields in com.google.auth.oauth2 declared as PKCEProvider Modifier and Type Field Description private PKCEProvider
UserAuthorizer.Builder. pkce
private PKCEProvider
UserAuthorizer. pkce
Methods in com.google.auth.oauth2 that return PKCEProvider Modifier and Type Method Description PKCEProvider
UserAuthorizer.Builder. getPKCEProvider()
Methods in com.google.auth.oauth2 with parameters of type PKCEProvider Modifier and Type Method Description UserAuthorizer.Builder
UserAuthorizer.Builder. setPKCEProvider(PKCEProvider pkce)
Sets the optionalPKCEProvider
to enable Proof Key for Code Exchange to be used.
-