ProtectedResourceMetadata

constructor(resource: String, authorizationServers: List<String>? = null, jwksUri: String? = null, scopesSupported: List<String>? = null, bearerMethodsSupported: List<String>? = null, resourceSigningAlgValuesSupported: List<String>? = null, resourceName: String? = null, resourceDocumentation: String? = null, resourcePolicyUri: String? = null, resourceTosUri: String? = null, tlsClientCertificateBoundAccessTokens: Boolean? = null, authorizationDetailsTypesSupported: List<String>? = null, dpopSigningAlgValuesSupported: List<String>? = null, dpopBoundAccessTokensRequired: Boolean? = null)(source)