AuthenticationInfo

Encapsulates an authentication information.

Inheritors

Functions

Link copied to clipboard
abstract fun encode(): String

Encodes the authentication information as String.

Link copied to clipboard
abstract fun getUsername(): String

Returns the username associated with this authentication information.

Link copied to clipboard
abstract fun isValid(): Boolean

Indicates whether or not the authentication information is valid.

Properties

Link copied to clipboard
abstract val type: String

Authentication type.