PasswordTokenRequest

data class PasswordTokenRequest(val username: String, val password: String, val scope: String?)

Data class representing the login with password request.

Constructors

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

Properties

Link copied to clipboard

The password 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.