ClientCredentialsOAuthSecurity

class ClientCredentialsOAuthSecurity(val tokenUrl: Uri, scopes: List<OAuthScope> = emptyList(), filter: Filter = Filter.NoOp, name: String = "oauthSecurityClientCredentials", refreshUrl: Uri? = null, extraFields: Map<String, String> = emptyMap()) : OAuthSecurity

Constructors

Link copied to clipboard
constructor(tokenUrl: Uri, scopes: List<OAuthScope> = emptyList(), filter: Filter = Filter.NoOp, name: String = "oauthSecurityClientCredentials", refreshUrl: Uri? = null, extraFields: Map<String, String> = emptyMap())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val filter: Filter
Link copied to clipboard
Link copied to clipboard
val refreshUrl: Uri?
Link copied to clipboard
Link copied to clipboard
val tokenUrl: Uri

Functions

Link copied to clipboard
Link copied to clipboard