We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0b676 commit 3345bcfCopy full SHA for 3345bcf
1 file changed
GoogleSignIn/Sources/Public/GoogleSignIn/GIDConfiguration.h
@@ -37,6 +37,10 @@ NS_ASSUME_NONNULL_BEGIN
37
/// Identifier in the OpenID Connect ID token.
38
@property(nonatomic, readonly, nullable) NSString *openIDRealm;
39
40
+/// Unavailable. Please use `initWithClientID:` or one of the other initializers below.
41
+/// :nodoc:
42
++ (instancetype)new NS_UNAVAILABLE;
43
+
44
/// Unavailable. Please use `initWithClientID:` or one of the other initializers below.
45
/// :nodoc:
46
- (instancetype)init NS_UNAVAILABLE;
0 commit comments