okta-mobile-swift
okta-mobile-swift copied to clipboard
okta-mobile-swift
### Describe the feature request? There are any number of reasons why Apple is going to push SwiftUI as the best way to make apps on Apple platforms. To name...
The IETF RFCs for Tokens not only include a couple extra properties that were not previously addressed, but it states that the responses may be extended with custom information. Authorization...
- added refreshExpiresIn field if present in response
### 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...
While rare, there is the possibility that errors may be thrown while assigning a credential to `Credential.default`. Since those functions are accessed behind a property setter/getter, they aren't accessible to...