Uses of Interface
com.google.api.AuthProviderOrBuilder
-
Packages that use AuthProviderOrBuilder Package Description com.google.api -
-
Uses of AuthProviderOrBuilder in com.google.api
Classes in com.google.api that implement AuthProviderOrBuilder Modifier and Type Class Description classAuthProviderConfiguration for an anthentication provider, including support for [JSON Web Token (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).static classAuthProvider.BuilderConfiguration for an anthentication provider, including support for [JSON Web Token (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).Methods in com.google.api that return AuthProviderOrBuilder Modifier and Type Method Description AuthProviderOrBuilderAuthentication.Builder. getProvidersOrBuilder(int index)Defines a set of authentication providers that a service supports.AuthProviderOrBuilderAuthentication. getProvidersOrBuilder(int index)Defines a set of authentication providers that a service supports.AuthProviderOrBuilderAuthenticationOrBuilder. getProvidersOrBuilder(int index)Defines a set of authentication providers that a service supports.Methods in com.google.api that return types with arguments of type AuthProviderOrBuilder Modifier and Type Method Description java.util.List<? extends AuthProviderOrBuilder>Authentication.Builder. getProvidersOrBuilderList()Defines a set of authentication providers that a service supports.java.util.List<? extends AuthProviderOrBuilder>Authentication. getProvidersOrBuilderList()Defines a set of authentication providers that a service supports.java.util.List<? extends AuthProviderOrBuilder>AuthenticationOrBuilder. getProvidersOrBuilderList()Defines a set of authentication providers that a service supports.
-