UserPasswordResponse

data class UserPasswordResponse(val password: SecretResponse, val username: String)

Parameters to support Username and Password Authentication.

Constructors

Link copied to clipboard
fun UserPasswordResponse(password: SecretResponse, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Secret version reference containing the password.

Link copied to clipboard

Username.