Uses of Record Class
ch.rswk.meta.engine.UserService.VerifyTokenReply
Packages that use UserService.VerifyTokenReply
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of UserService.VerifyTokenReply in ch.rswk.meta.engine
Methods in ch.rswk.meta.engine that return UserService.VerifyTokenReplyModifier and TypeMethodDescriptionUserService.verifyToken
(@Nullable String clientId, String ipAddress, UserService.VerifyTokenRequest request) -
Uses of UserService.VerifyTokenReply in ch.rswk.meta.engine.rs
Fields in ch.rswk.meta.engine.rs declared as UserService.VerifyTokenReplyModifier and TypeFieldDescriptionprivate final UserService.VerifyTokenReply
EngineResources.VerifyTokenResult.tokenResponse
The field for thetokenResponse
record component.Methods in ch.rswk.meta.engine.rs that return UserService.VerifyTokenReplyModifier and TypeMethodDescriptionEngineResources.VerifyTokenResult.tokenResponse()
Returns the value of thetokenResponse
record component.Constructors in ch.rswk.meta.engine.rs with parameters of type UserService.VerifyTokenReplyModifierConstructorDescriptionVerifyTokenResult
(@Nullable jakarta.ws.rs.core.Response errorResponse, UserService.VerifyTokenReply tokenResponse) Creates an instance of aVerifyTokenResult
record class.