AuthenticationInfo

@JsonSerializable
data class AuthenticationInfo(val scheme: AuthScheme, val credentials: String? = null)(source)

Constructors

Link copied to clipboard
constructor(scheme: AuthScheme, credentials: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard