Instance Method
makeNewID()
Makes a new session ID token.
func makeNewID() -> SessionID
Discussion
Note
This method is optional to implement.
The default implementation creates 32 bytes of random data and base64 encodes it.
Instance Method
func makeNewID() -> SessionID
Note
This method is optional to implement.
The default implementation creates 32 bytes of random data and base64 encodes it.