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 class
AuthProvider
Configuration for an authentication provider, including support for [JSON Web Token (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).static class
AuthProvider.Builder
Configuration for an authentication 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 AuthProviderOrBuilder
Authentication.Builder. getProvidersOrBuilder(int index)
Defines a set of authentication providers that a service supports.AuthProviderOrBuilder
Authentication. getProvidersOrBuilder(int index)
Defines a set of authentication providers that a service supports.AuthProviderOrBuilder
AuthenticationOrBuilder. 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.
-