Uses of Interface
com.google.auth.oauth2.PKCEProvider
Packages that use PKCEProvider
-
Uses of PKCEProvider in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement PKCEProviderModifier and TypeClassDescriptionclass
Implements PKCE using only the Java standard library.Fields in com.google.auth.oauth2 declared as PKCEProviderModifier and TypeFieldDescriptionprivate PKCEProvider
UserAuthorizer.Builder.pkce
private final PKCEProvider
UserAuthorizer.pkce
Methods in com.google.auth.oauth2 that return PKCEProviderMethods in com.google.auth.oauth2 with parameters of type PKCEProviderModifier and TypeMethodDescriptionUserAuthorizer.Builder.setPKCEProvider
(PKCEProvider pkce) Sets the optionalPKCEProvider
to enable Proof Key for Code Exchange to be used.