ConfigurationMetadata
data class ConfigurationMetadata( val issuer: String, val authorizationEndpoint: String, val tokenEndpoint: String?, val jwksUri: String?, val tokenEndpointAuthMethodsSupported: Array<String>, val responseTypesSupported: Array<String>, val grantTypesSupported: Array<String>, val introspectionEndpoint: String?, val introspectionEndpointAuthMethodsSupported: Array<String>, val codeChallengeMethodsSupported: Array<String>, val revocationEndpoint: String?, val revocationEndpointAuthMethodsSupported: Array<String>, val deviceGatewayRegistryUri: String?, val deviceGatewayServerGrpcUri: String?, val deviceGatewayServerH2Uri: String?, val templateServerUri: String?, val policyUri: String?, val termOfServiceUri: String, val serviceDocumentation: String?, val serviceSetting: String?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ConfigurationMetadata( issuer: String, authorizationEndpoint: String, tokenEndpoint: String?, jwksUri: String?, tokenEndpointAuthMethodsSupported: Array<String>, responseTypesSupported: Array<String>, grantTypesSupported: Array<String>, introspectionEndpoint: String?, introspectionEndpointAuthMethodsSupported: Array<String>, codeChallengeMethodsSupported: Array<String>, revocationEndpoint: String?, revocationEndpointAuthMethodsSupported: Array<String>, deviceGatewayRegistryUri: String?, deviceGatewayServerGrpcUri: String?, deviceGatewayServerH2Uri: String?, templateServerUri: String?, policyUri: String?, termOfServiceUri: String, serviceDocumentation: String?, serviceSetting: String?)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "authorization_endpoint")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "code_challenge_methods_supported")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "device_gateway_registry_uri")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "device_gateway_server_grpc_uri")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "device_gateway_server_h2_uri")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "grant_types_supported")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "introspection_endpoint")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "introspection_endpoint_auth_methods_supported")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "response_types_supported")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "revocation_endpoint")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "revocation_endpoint_auth_methods_supported")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "service_documentation")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "template_server_uri")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "token_endpoint_auth_methods_supported")
Content copied to clipboard