ResourceMetadata

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)