Uses of Class
com.mypurecloud.sdk.v2.model.AppleAuthentication
Packages that use AppleAuthentication
-
Uses of AppleAuthentication in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AppleAuthenticationModifier and TypeMethodDescriptionAppleIntegration.getAppleAuthentication()AppleIntegrationRequest.getAppleAuthentication()AppleIntegrationUpdateRequest.getAppleAuthentication()AppleAuthentication.oauthClientId(String oauthClientId) The Apple Messages for Business OAuth client id.AppleAuthentication.oauthClientSecret(String oauthClientSecret) The Apple Messages for Business OAuth client secret.AppleAuthentication.oauthScope(String oauthScope) The Apple Messages for Business OAuth scope.AppleAuthentication.oauthTokenUrl(String oauthTokenUrl) The Apple Messages for Business token URL.Methods in com.mypurecloud.sdk.v2.model with parameters of type AppleAuthenticationModifier and TypeMethodDescriptionAppleIntegration.appleAuthentication(AppleAuthentication appleAuthentication) The Apple Messages for Business authentication setting.AppleIntegrationRequest.appleAuthentication(AppleAuthentication appleAuthentication) The Apple Messages for Business authentication setting.AppleIntegrationUpdateRequest.appleAuthentication(AppleAuthentication appleAuthentication) The Apple Messages for Business authentication setting.voidAppleIntegration.setAppleAuthentication(AppleAuthentication appleAuthentication) voidAppleIntegrationRequest.setAppleAuthentication(AppleAuthentication appleAuthentication) voidAppleIntegrationUpdateRequest.setAppleAuthentication(AppleAuthentication appleAuthentication)