okta-mobile-swift
okta-mobile-swift copied to clipboard
Is it possible to get sessionToken from DirectAuthFlow?
Describe the feature request?
I see that there's SessionTokenFlow
that can be used for getting access token using a session token, but it seems like the session token can only be retrieved using OktaAuthSdk.authenticate()
function in OktaAuth SDK. Is it possible to get the session token from DirectAuthFlow (or ResourceOwnerFlow)?
We are looking to add WebAuthn as a primary factor, which makes it impossible to get the session token the way noted in the doc, since there's no password to be passed to OktaAuthSdk.authenticate()
.
New or Affected Resource(s)
N/A
Provide a documentation link
No response
Additional Information?
No response