okta / okta-react-native

OIDC enablement for React Native applications
https://github.com/okta/okta-react-native
Other
59 stars 39 forks source link

Get Device_Secret #430

Open Wusiwug opened 5 days ago

Wusiwug commented 5 days ago

Describe the feature request?

When I login passing device_sso as one of my scopes I see via proxyman that the v1/token endpoint is returning the device_secret, but there is no way to retreive it using this package. Please add that functionality soon. It would be really appreciated.

New or Affected Resource(s)

This would be after logging in. I noticed in the index.js file of the package that there NativeModules.OktaSdkBridge.getAccessToken() I just want a getDeviceSecret() equivalent.

Provide a documentation link

No response

Additional Information?

No response