Uses of Class
com.mypurecloud.sdk.v2.extensions.AuthResponse
Packages that use AuthResponse
-
Uses of AuthResponse in com.mypurecloud.sdk.v2
Methods in com.mypurecloud.sdk.v2 that return types with arguments of type AuthResponseModifier and TypeMethodDescriptionApiClient.authorizeClientCredentials(String clientId, String clientSecret) Authorizes the SDK by completing a client credentials OAuth grantApiClient.authorizeCodeAuthorization(String clientId, String clientSecret, String authCode, String redirectUri) ApiClient.authorizePKCE(String clientId, String codeVerifier, String authCode, String redirectUri) ApiClient.authorizeSaml2Bearer(String clientId, String clientSecret, String orgName, String assertion) ApiClient.refreshCodeAuthorization(String clientId, String clientSecret, String refreshToken)