Modifier and Type | Field and Description |
---|---|
String |
authorization_endpoint |
List<String> |
code_challenge_methods_supported |
List<String> |
grant_types_supported |
String |
introspection_endpoint |
List<String> |
introspection_endpoint_auth_methods_supported |
List<String> |
introspection_endpoint_auth_signing_alg_values_supported |
String |
issuer |
String |
jwks_uri |
String |
op_policy_uri |
String |
op_tos_uri |
Map<String,Object> |
otherClaims
This Map will contain all the claims that aren't specifically defined in the specification.
|
String |
registration_endpoint |
List<String> |
response_modes_supported |
List<String> |
response_types_supported |
String |
revocation_endpoint |
List<String> |
revocation_endpoint_auth_methods_supported |
List<String> |
revocation_endpoint_auth_signing_alg_values_supported |
List<String> |
scopes_supported |
String |
service_documentation |
String |
token_endpoint |
List<String> |
token_endpoint_auth_methods_supported |
List<String> |
token_endpoint_auth_signing_alg_values_supported |
List<String> |
ui_locales_supported |
Constructor and Description |
---|
AuthorizationServerMetaData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getOtherClaims() |
int |
hashCode() |
String |
toString() |
public String authorization_endpoint
public String introspection_endpoint
public List<String> introspection_endpoint_auth_methods_supported
public List<String> introspection_endpoint_auth_signing_alg_values_supported
public String issuer
public String jwks_uri
public String op_policy_uri
public String op_tos_uri
public Map<String,Object> otherClaims
public String registration_endpoint
public String revocation_endpoint
public List<String> revocation_endpoint_auth_methods_supported
public List<String> revocation_endpoint_auth_signing_alg_values_supported
public String service_documentation
public String token_endpoint
public List<String> token_endpoint_auth_signing_alg_values_supported
Copyright © 2021. All rights reserved.