//
koffee-backend
/
eu.yeger.koffee.authentication
/
JWTConfiguration
JWTConfiguration
The configuration used by the authentication module.
Author
Jan Müller
object
JWTConfiguration
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
makeToken
Link copied to clipboard
Generates a
Token
for a
User
.
fun
makeToken
(user:
User
):
Token
?
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
audience
Link copied to clipboard
The JWT audience.
const val
audience
:
String
Content copied to clipboard
realm
Link copied to clipboard
The JWT realm.
const val
realm
:
String
Content copied to clipboard
verifier
Link copied to clipboard
The JWT verifier.
val
verifier
:
JWTVerifier
Content copied to clipboard