backend
/
com.tp2020.backend.managers.token
/
Token
Token
data class
Token
(jwt:
String
, expiration:
Date
)
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
operator fun
component1
():
String
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
Date
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(jwt:
String
, expiration:
Date
):
Token
Content copied to clipboard
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
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
expiration
Link copied to clipboard
val
expiration
:
Date
Content copied to clipboard
jwt
Link copied to clipboard
val
jwt
:
String
Content copied to clipboard