Uses of Class
com.ocient.auth.OpenIDAuthenticators.OAuthToken
| Package | Description |
|---|---|
| com.ocient.auth |
-
Uses of OpenIDAuthenticators.OAuthToken in com.ocient.auth
Subclasses of OpenIDAuthenticators.OAuthToken in com.ocient.auth Modifier and Type Class Description static classOktaAuthenticators.OktaNativeSSOTokenFrom https://developer.okta.com/docs/guides/configure-native-sso/main Native SSO allows you to protect native OpenID Connect applications, such as desktop apps and mobile apps, and achieve Single Sign-On (SSO) and Single Logout (SLO) between these applications.Methods in com.ocient.auth that return OpenIDAuthenticators.OAuthToken Modifier and Type Method Description static OpenIDAuthenticators.OAuthTokenOktaAuthenticators.OktaNativeSSOClient. exchangeForOAuthToken(OktaAuthenticators.OktaNativeSSOToken oktaToken)Sends a request to the /token endpoint for the Authorization Server that issued this device token.