OAuthScope

data class OAuthScope(val value: String)

OAuth scopes allow more granular control over the resources and actions a client is granted access to.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard