Uses of Class
net.officefloor.tutorial.jwthttpserver.JwtTokens.Token
-
Packages that use JwtTokens.Token Package Description net.officefloor.tutorial.jwthttpserver -
-
Uses of JwtTokens.Token in net.officefloor.tutorial.jwthttpserver
Method parameters in net.officefloor.tutorial.jwthttpserver with type arguments of type JwtTokens.Token Modifier and Type Method Description void
JwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)
void
JwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response)
-