Uses of Interface
com.google.api.AuthProviderOrBuilder
Packages that use AuthProviderOrBuilder
-
Uses of AuthProviderOrBuilder in com.google.api
Classes in com.google.api that implement AuthProviderOrBuilderModifier and TypeClassDescriptionfinal class
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 final class
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 AuthProviderOrBuilderModifier and TypeMethodDescriptionAuthentication.Builder.getProvidersOrBuilder
(int index) Defines a set of authentication providers that a service supports.Authentication.getProvidersOrBuilder
(int index) Defines a set of authentication providers that a service supports.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 AuthProviderOrBuilderModifier and TypeMethodDescriptionList
<? extends AuthProviderOrBuilder> Authentication.Builder.getProvidersOrBuilderList()
Defines a set of authentication providers that a service supports.List
<? extends AuthProviderOrBuilder> Authentication.getProvidersOrBuilderList()
Defines a set of authentication providers that a service supports.List
<? extends AuthProviderOrBuilder> AuthenticationOrBuilder.getProvidersOrBuilderList()
Defines a set of authentication providers that a service supports.