TESTAuthenticationInfo

Authentication info consisting of a JWT signed using the TEST registration key.

Constructors

Link copied to clipboard
constructor(jwt: String)

Functions

Link copied to clipboard
open override fun encode(): String

Encodes the authentication information as String.

Link copied to clipboard
open override fun getUsername(): String

Returns the username associated with this authentication information.

Link copied to clipboard
open override fun isValid(): Boolean

Indicates whether or not the authentication information is valid.

Properties

Link copied to clipboard
open override val type: String

Authentication type.