backend
/
com.tp2020.backend.managers.cookie
/
CookieManager
Cookie
Manager
class
CookieManager
(deploymentConfiguration:
DeploymentConfigurationModel
, cookieConfiguration:
CookieConfigurationModel
)
Content copied to clipboard
Types
Functions
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
createAccessTokenCookie
Link copied to clipboard
fun
createAccessTokenCookie
(validity:
Duration
):
SessionTransportCookie
Content copied to clipboard
createRefreshTokenCookie
Link copied to clipboard
fun
createRefreshTokenCookie
(validity:
Duration
):
SessionTransportCookie
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard