Uses of Class
com.ocient.auth.OpenIDAuthenticators.DeviceAuthorizationGrant
Packages that use OpenIDAuthenticators.DeviceAuthorizationGrant
-
Uses of OpenIDAuthenticators.DeviceAuthorizationGrant in com.ocient.auth
Methods in com.ocient.auth that return OpenIDAuthenticators.DeviceAuthorizationGrantModifier and TypeMethodDescriptionOpenIDAuthenticators.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<OpenIDAuthenticators.AuthorizationDeviceCodeBundle> OpenIDAuthenticators.DeviceAuthorizationGrantClient.createBundle(ClientWireProtocol.OpenIDAuthenticator authenticator) OktaAuthenticators.OktaNativeSSOClient.createDeviceAuthorizationGrant(ClientWireProtocol.OpenIDAuthenticator authenticator) Returns aOpenIDAuthenticators.DeviceAuthorizationGrantthat yields anOktaAuthenticators.OktaNativeSSOTokenon authorization success.