Class OktaAuthenticators.OktaNativeSSOToken

java.lang.Object
com.ocient.auth.OpenIDAuthenticators.OAuthToken
com.ocient.auth.OktaAuthenticators.OktaNativeSSOToken
All Implemented Interfaces:
Token
Enclosing class:
OktaAuthenticators

public static class OktaAuthenticators.OktaNativeSSOToken extends OpenIDAuthenticators.OAuthToken
From 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. SSO between browser-based web applications is achieved by leveraging shared cookies. Unlike web applications, native applications can't use web cookies. Okta offers a token-based approach to achieve SSO between native applications. See OpenID Connect and OAuth 2.0 API for more information on the OAuth 2.0 and OpenID Connect endpoints.