You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the Ruby client to exchange SMS OTP's for Access Tokens. This flow is documented here and the passwordless flow start is already supported!
Describe the ideal solution
An API akin to client.exchange_otp_for_token(username, code, realms...) would be great!
Alternatives and current work-arounds
I can currently make the POST manually using Faraday or other HTTP libraries.
Additional information, if any
The text was updated successfully, but these errors were encountered:
Describe the problem you'd like to have solved
I'd like to use the Ruby client to exchange SMS OTP's for Access Tokens. This flow is documented here and the passwordless flow start is already supported!
Describe the ideal solution
An API akin to
client.exchange_otp_for_token(username, code, realms...)
would be great!Alternatives and current work-arounds
I can currently make the
POST
manually using Faraday or other HTTP libraries.Additional information, if any
The text was updated successfully, but these errors were encountered: