UserPasswordAuth
@JsonClass(generateAdapter = true)
Content copied to clipboard
This class provides the authentication data by using user and password.
Constructors
Link copied to clipboard
fun UserPasswordAuth( @Json(name = "session") session: String? = null, @Json(name = "type") type: String? = LoginFlowTypes.PASSWORD, @Json(name = "user") user: String? = null, @Json(name = "password") password: String? = null)
Content copied to clipboard