UsernamePassword

@Serializable
@SerialName(value = "password")
object UsernamePassword : NetworkAuthenticationType

This authentication type is used when a standard username/password credential is required to satisfy an HTTP secured endpoint.

Since

200.0.0

See also