File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
3232// /
3333// / credentialBlock - a block that will be called when credentials are requested.
3434// / Must not be nil.
35- + (instancetype )providerWithBlock : (GTCredential *(^)(GTCredentialType type, NSString *URL, NSString *userName))credentialBlock ;
35+ + (instancetype )providerWithBlock : (GTCredential * _Nullable (^)(GTCredentialType type, NSString *URL, NSString *userName))credentialBlock;
3636
3737// / Default credential provider method.
3838// /
@@ -46,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN
4646// / type - the credential types allowed by the operation.
4747// / URL - the URL the operation is authenticating against.
4848// / userName - the user name provided by the operation. Can be nil, and might be ignored.
49- - (GTCredential *)credentialForType : (GTCredentialType)type URL : (NSString *)URL userName : (nullable NSString *)userName ;
49+ - (GTCredential * _Nullable )credentialForType : (GTCredentialType)type URL : (NSString *)URL userName : (nullable NSString *)userName ;
5050@end
5151
5252// / The GTCredential class is used to provide authentication data.
You can’t perform that action at this time.
0 commit comments