Uses of Class
cloud.genesys.webmessaging.sdk.model.OAuthParams
-
Packages that use OAuthParams Package Description cloud.genesys.webmessaging.sdk cloud.genesys.webmessaging.sdk.model -
-
Uses of OAuthParams in cloud.genesys.webmessaging.sdk
Methods in cloud.genesys.webmessaging.sdk with parameters of type OAuthParams Modifier and Type Method Description voidWebMessagingClient. configureAuthenticatedSession(String deploymentId, String origin, OAuthParams data)Configures a new authenticated session with a randomly generated session tokenvoidWebMessagingClient. configureAuthenticatedSession(String deploymentId, String token, String origin, OAuthParams data)Configures an authenticated session using the provided session token. -
Uses of OAuthParams in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return OAuthParams Modifier and Type Method Description OAuthParamsOAuthParams. code(String code)OAuthParamsConfigureAuthenticatedSessionRequest. getData()Methods in cloud.genesys.webmessaging.sdk.model with parameters of type OAuthParams Modifier and Type Method Description ConfigureAuthenticatedSessionRequestConfigureAuthenticatedSessionRequest. data(OAuthParams data)voidConfigureAuthenticatedSessionRequest. setData(OAuthParams data)
-