OAuthProtectedResourceMetadata

class OAuthProtectedResourceMetadata(val resource: String, val authorizationServers: List<String>? = null, val jwksUri: String? = null, val scopesSupported: List<String>? = null, val bearerMethodsSupported: List<String>? = null, val resourceName: String? = null)(source)

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(resource: String, authorizationServers: List<String>? = null, jwksUri: String? = null, scopesSupported: List<String>? = null, bearerMethodsSupported: List<String>? = null, resourceName: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "authorization_servers")
val authorizationServers: List<String>?
Link copied to clipboard
@SerialName(value = "bearer_methods_supported")
val bearerMethodsSupported: List<String>?
Link copied to clipboard
@SerialName(value = "jwks_uri")
val jwksUri: String?
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "resource_name")
val resourceName: String?
Link copied to clipboard
@SerialName(value = "scopes_supported")
val scopesSupported: List<String>?