SecureBlackbox 2020 iOS Edition

Questions / Feedback?

expiresAt (property)

The expiration time of access token.

Syntax

@property (nonatomic,readwrite,assign,getter=expiresAt,setter=setExpiresAt:) NSString* expiresAt;
- (NSString*)expiresAt;
- (void)setExpiresAt:(NSString*)newExpiresAt;
public var expiresAt: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to check the expiration time of AccessToken.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]