PinTokenRequest

data class PinTokenRequest(val username: String, val pin: String, val scope: String?)

Data class representing the login with password request.

Constructors

Link copied to clipboard
constructor(username: String, pin: String)
constructor(username: String, pin: String, scope: String?)

Properties

Link copied to clipboard
val pin: String

The pin that is associated with the user's account.

Link copied to clipboard

The scope of the requested access token.

Link copied to clipboard

The username that is associated with the user's account.