ResourceMetadata

data class ResourceMetadata(val resource: Uri, val authorizationServers: List<Uri>? = null, val jwksUri: Uri? = null, val scopesSupported: List<String>? = null, val bearerMethodsSupported: List<BearerMethod>? = null, val resourceSigningAlgValuesSupported: List<String>? = null, val resourceName: String? = null, val resourceDocumentation: Uri? = null, val resourcePolicyUri: Uri? = null, val resourceTosUri: Uri? = null, val tlsClientCertificateBoundAccessTokens: Boolean? = null, val authorizationDetailsTypesSupported: List<String>? = null, val dpopSigningAlgValuesSupported: List<String>? = null, val dpopBoundAccessTokensRequired: Boolean? = null, val signedMetadata: String? = null)

Constructors

Link copied to clipboard
constructor(resource: Uri, authorizationServers: List<Uri>? = null, jwksUri: Uri? = null, scopesSupported: List<String>? = null, bearerMethodsSupported: List<BearerMethod>? = null, resourceSigningAlgValuesSupported: List<String>? = null, resourceName: String? = null, resourceDocumentation: Uri? = null, resourcePolicyUri: Uri? = null, resourceTosUri: Uri? = null, tlsClientCertificateBoundAccessTokens: Boolean? = null, authorizationDetailsTypesSupported: List<String>? = null, dpopSigningAlgValuesSupported: List<String>? = null, dpopBoundAccessTokensRequired: Boolean? = null, signedMetadata: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val jwksUri: Uri? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceName: String? = null
Link copied to clipboard
val resourcePolicyUri: Uri? = null
Link copied to clipboard
val resourceTosUri: Uri? = null
Link copied to clipboard
Link copied to clipboard
val signedMetadata: String? = null