Serialized Form
-
Package eu.dnetlib.developers.dto
-
Class eu.dnetlib.developers.dto.Jwks extends Object implements Serializable
-
Serialized Fields
-
keys
Key[] keys
-
-
-
Class eu.dnetlib.developers.dto.Key extends Object implements Serializable
-
Class eu.dnetlib.developers.dto.ServiceResponse extends Object implements Serializable
-
Serialized Fields
-
client_id
String client_id
-
client_id_issued_at
Long client_id_issued_at
-
client_name
String client_name
-
client_secret
String client_secret
-
client_secret_expires_at
Long client_secret_expires_at
-
contacts
String[] contacts
-
grant_types
String[] grant_types
-
jwks
Jwks jwks
-
jwks_uri
String jwks_uri
-
logo_uri
String logo_uri
-
policy_uri
String policy_uri
-
redirect_uris
String[] redirect_uris
-
registration_access_token
String registration_access_token
-
registration_client_uri
String registration_client_uri
-
scope
String scope
-
token_endpoint_auth_method
String token_endpoint_auth_method
-
token_endpoint_auth_signing_alg
String token_endpoint_auth_signing_alg
-
-
-
-
Package eu.dnetlib.developers.exceptions
-
Class eu.dnetlib.developers.exceptions.EntityMissingException extends RuntimeException implements Serializable
-
Class eu.dnetlib.developers.exceptions.EntityNotFoundException extends RuntimeException implements Serializable
-
Class eu.dnetlib.developers.exceptions.ForbiddenException extends RuntimeException implements Serializable
-