Uses of Class
io.github.kaposke.models.AuthTokenResponse
Packages that use AuthTokenResponse
-
Uses of AuthTokenResponse in io.github.kaposke.http
Methods in io.github.kaposke.http that return AuthTokenResponseModifier and TypeMethodDescriptionAuthClient.changePassword(ChangePasswordRequest input) AuthClient.login(AuthRequest input) AuthClient.oneTimeLogin(OneTimeLoginRequest input) AuthClient.refreshToken(RefreshTokenRequest input) -
Uses of AuthTokenResponse in io.github.kaposke.models
Methods in io.github.kaposke.models that return AuthTokenResponseModifier and TypeMethodDescriptionAuthTokenResponse.Builder.build()AuthTokenResponse.Builder.buildWithoutValidation() -
Uses of AuthTokenResponse in io.github.kaposke.services
Methods in io.github.kaposke.services that return AuthTokenResponseModifier and TypeMethodDescriptionAuthService.changePassword(ChangePasswordRequest input) AuthService.login(AuthRequest input) AuthService.oneTimeLogin(OneTimeLoginRequest input) AuthService.refreshToken(RefreshTokenRequest input)