Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
JwtLocation |
JwtLocation.clone() |
JwtLocation |
JwtLocation.set(String fieldName,
Object value) |
JwtLocation |
JwtLocation.setCookie(String cookie)
Specifies cookie name to extract JWT token.
|
JwtLocation |
JwtLocation.setHeader(String header)
Specifies HTTP header name to extract JWT token.
|
JwtLocation |
JwtLocation.setQuery(String query)
Specifies URL query parameter name to extract JWT token.
|
JwtLocation |
JwtLocation.setValuePrefix(String valuePrefix)
The value prefix.
|
Modifier and Type | Method and Description |
---|---|
List<JwtLocation> |
AuthProvider.getJwtLocations()
Defines the locations to extract the JWT.
|
Modifier and Type | Method and Description |
---|---|
AuthProvider |
AuthProvider.setJwtLocations(List<JwtLocation> jwtLocations)
Defines the locations to extract the JWT.
|
Copyright © 2011–2024 Google. All rights reserved.