SpringCloudGatewaySso

data class SpringCloudGatewaySso(val clientId: String? = null, val clientSecret: String? = null, val issuerUri: String? = null, val scopes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(clientId: String? = null, clientSecret: String? = null, issuerUri: String? = null, scopes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The public identifier for the application.

Link copied to clipboard
val clientSecret: String? = null

The secret known only to the application and the authorization server.

Link copied to clipboard
val issuerUri: String? = null

The URI of Issuer Identifier.

Link copied to clipboard
val scopes: List<String>? = null

It defines the specific actions applications can be allowed to do on a user's behalf.