Uses of Class
com.confidentify.client.model.AuthResponse
-
Packages that use AuthResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of AuthResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return AuthResponse Modifier and Type Method Description AuthResponseAuthApi. authPost(AuthRequest authRequest)Authenticate credentials and retrieve an access token.Methods in com.confidentify.client.api that return types with arguments of type AuthResponse Modifier and Type Method Description ApiResponse<AuthResponse>AuthApi. authPostWithHttpInfo(AuthRequest authRequest)Authenticate credentials and retrieve an access token.Method parameters in com.confidentify.client.api with type arguments of type AuthResponse Modifier and Type Method Description okhttp3.CallAuthApi. authPostAsync(AuthRequest authRequest, ApiCallback<AuthResponse> _callback)Authenticate credentials and retrieve an access token. -
Uses of AuthResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return AuthResponse Modifier and Type Method Description AuthResponseAuthResponse. accessToken(String accessToken)AuthResponseAuthResponse. refreshToken(String refreshToken)AuthResponseAuthResponse. registered(Boolean registered)
-