Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce generic support for supplying a recovery token when initiating an IDXClient #87

Merged
merged 3 commits into from
Jan 26, 2022

Conversation

mikenachbaur-okta
Copy link
Contributor

No description provided.

Sources/OktaIdx/IDXClient.swift Outdated Show resolved Hide resolved
/// - completion: Completion block to be invoked when a client is created, or when an error is received.
public static func start(with configuration: Configuration,
state: String? = nil,
options: [Option:String]? = nil,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a breaking API change? (I think it is, which is why I'm asking)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically a breaking change, though the 2.0.0 release was just cut recently which introduced even more significant breaking changes. Since this argument is optional, and very few people will actually use it, I'm okay with just doing a minor version change for this update.

Copy link
Contributor

@oleggnidets-okta oleggnidets-okta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

@mikenachbaur-okta mikenachbaur-okta merged commit 1375a45 into master Jan 26, 2022
@mikenachbaur-okta mikenachbaur-okta deleted the man-OKTA-453165-recoveryToken branch January 26, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants