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

Update init unavailable doc on OIDServiceDiscovery #640

Merged
merged 1 commit into from
Nov 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update init unavailable doc on OIDServiceDiscovery
Initially referred to a non-existent serviceDiscoveryWithURL:callback: method.
  • Loading branch information
danblakemore authored May 19, 2021
commit 85048e8e2c4797022bbe5bb5c62decc1f7beb5db
2 changes: 1 addition & 1 deletion Source/AppAuthCore/OIDServiceDiscovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ NS_ASSUME_NONNULL_BEGIN

/*! @internal
@brief Unavailable. Please use @c initWithDictionary:error:, @c initWithJSON:error, or the
@c serviceDiscoveryWithURL:callback: factory method.
@c discoverServiceConfigurationForDiscoveryURL:callback: from @c OIDAuthorizationService.
*/
- (nonnull instancetype)init NS_UNAVAILABLE;

Expand Down