| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Class and 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).
|
| Modifier and Type | Method and Description |
|---|---|
AuthProviderOrBuilder |
AuthenticationOrBuilder.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 |
Authentication.Builder.getProvidersOrBuilder(int index)
Defines a set of authentication providers that a service supports.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends AuthProviderOrBuilder> |
AuthenticationOrBuilder.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> |
Authentication.Builder.getProvidersOrBuilderList()
Defines a set of authentication providers that a service supports.
|
Copyright © 2020 Google LLC. All rights reserved.