JWTConfiguration

The configuration used by the authentication module.

Author

Jan Müller
object JWTConfiguration

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
makeToken
Link copied to clipboard
Generates a Token for a User.
fun makeToken(user: User): Token?
toString
Link copied to clipboard
open override fun toString(): String

Properties

audience
Link copied to clipboard
The JWT audience.
const val audience: String
realm
Link copied to clipboard
The JWT realm.
const val realm: String
verifier
Link copied to clipboard
The JWT verifier.
val verifier: JWTVerifier