Uses of Record Class
ch.rswk.meta.engine.UserService.UserTokenReply
Packages that use UserService.UserTokenReply
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of UserService.UserTokenReply in ch.rswk.meta.engine
Methods in ch.rswk.meta.engine that return types with arguments of type UserService.UserTokenReplyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<UserService.UserTokenReply> UserService.generateUserToken
(@Nullable String clientId, String ipAddress, UserService.UserTokenRequest request) generateUserToken authenticates the given user/password and generates a token containing all grants for user and its groups.