Uses of Class
com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrant
| Package | Description |
|---|---|
| com.ocient.auth |
-
Uses of OpenIDAuthenticators.DeviceAuthorizationGrant in com.ocient.auth
Methods in com.ocient.auth that return OpenIDAuthenticators.DeviceAuthorizationGrant Modifier and Type Method Description static OpenIDAuthenticators.DeviceAuthorizationGrant<OpenIDAuthenticators.OAuthToken>OpenIDAuthenticators.DeviceAuthorizationGrantClient. create(ClientWireProtocol.OpenIDAuthenticator authenticator)Calls the /device endpoint found in the discovery document to obtain the unique device verification code and the verification URI.static OpenIDAuthenticators.DeviceAuthorizationGrant<OktaAuthenticators.OktaNativeSSOToken>OktaAuthenticators.OktaNativeSSOClient. createDeviceAuthorizationGrant(ClientWireProtocol.OpenIDAuthenticator authenticator)Returns aOpenIDAuthenticators.DeviceAuthorizationGrantthat yields anOktaAuthenticators.OktaNativeSSOTokenon authorization success.