LoginScopesResponse

data class LoginScopesResponse(val scopes: List<String>? = null)

The configuration settings of the login flow, including the scopes that should be requested.

Constructors

Link copied to clipboard
fun LoginScopesResponse(scopes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

A list of the scopes that should be requested while authenticating.