From d951ba19a00cfe82d26f836cc60d24645a86c029 Mon Sep 17 00:00:00 2001 From: danblakemore Date: Wed, 19 May 2021 11:50:02 -0700 Subject: [PATCH] Update init unavailable doc on OIDServiceDiscovery Initially referred to a non-existent serviceDiscoveryWithURL:callback: method. --- Source/AppAuthCore/OIDServiceDiscovery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/AppAuthCore/OIDServiceDiscovery.h b/Source/AppAuthCore/OIDServiceDiscovery.h index 3998fa12b..1a4929c53 100644 --- a/Source/AppAuthCore/OIDServiceDiscovery.h +++ b/Source/AppAuthCore/OIDServiceDiscovery.h @@ -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;