Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
AuthProvider |
AuthProvider.clone() |
AuthProvider |
AuthProvider.set(String fieldName,
Object value) |
AuthProvider |
AuthProvider.setAudiences(String audiences)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-
token-32#section-4.1.3).
|
AuthProvider |
AuthProvider.setAuthorizationUrl(String authorizationUrl)
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider |
AuthProvider.setId(String id)
The unique identifier of the auth provider.
|
AuthProvider |
AuthProvider.setIssuer(String issuer)
Identifies the principal that issued the JWT.
|
AuthProvider |
AuthProvider.setJwksUri(String jwksUri)
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider |
AuthProvider.setJwtLocations(List<JwtLocation> jwtLocations)
Defines the locations to extract the JWT.
|
Modifier and Type | Method and Description |
---|---|
List<AuthProvider> |
Authentication.getProviders()
Defines a set of authentication providers that a service supports.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
Authentication.setProviders(List<AuthProvider> providers)
Defines a set of authentication providers that a service supports.
|
Copyright © 2011–2024 Google. All rights reserved.