We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0665a03 commit e65d00eCopy full SHA for e65d00e
QCloudCOSXMLDemo/AppDelegate.m
@@ -33,7 +33,7 @@ - (void) fenceQueue:(QCloudCredentailFenceQueue *)queue requestCreatorWithContin
33
credential.secretID = @"secretID";
34
credential.secretKey = @"secretKey";
35
//签名过期时间
36
- credential.experationDate = [NSDate dateWithTimeIntervalSince1970:1504183628];
+ credential.expirationDate = [NSDate dateWithTimeIntervalSince1970:1504183628];
37
credential.token = @"token";
38
QCloudAuthentationV5Creator* creator = [[QCloudAuthentationV5Creator alloc] initWithCredential:credential];
39
continueBlock(creator, nil);
0 commit comments