Uses of Class
com.confidentify.client.model.AuthRequest
-
Packages that use AuthRequest Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of AuthRequest in com.confidentify.client.api
Methods in com.confidentify.client.api with parameters of type AuthRequest Modifier and Type Method Description AuthResponseAuthApi. authPost(AuthRequest authRequest)Authenticate credentials and retrieve an access token.okhttp3.CallAuthApi. authPostAsync(AuthRequest authRequest, ApiCallback<AuthResponse> _callback)Authenticate credentials and retrieve an access token.okhttp3.CallAuthApi. authPostCall(AuthRequest authRequest, ApiCallback _callback)Build call for authPostApiResponse<AuthResponse>AuthApi. authPostWithHttpInfo(AuthRequest authRequest)Authenticate credentials and retrieve an access token. -
Uses of AuthRequest in com.confidentify.client.model
Methods in com.confidentify.client.model that return AuthRequest Modifier and Type Method Description AuthRequestAuthRequest. addServiceGrantsItem(String serviceGrantsItem)AuthRequestAuthRequest. expireAfterSeconds(Integer expireAfterSeconds)AuthRequestAuthRequest. googleAccessToken(String googleAccessToken)AuthRequestAuthRequest. password(String password)AuthRequestAuthRequest. refreshToken(String refreshToken)AuthRequestAuthRequest. serviceGrants(List<String> serviceGrants)AuthRequestAuthRequest. username(String username)
-