SecureBlackbox 2020 iOS Edition

Questions / Feedback?

autoRefresh (property)

Specifies whether access token should be automatically refreshed.

Syntax

@property (nonatomic,readwrite,assign,getter=autoRefresh,setter=setAutoRefresh:) BOOL autoRefresh;
- (BOOL)autoRefresh;
- (void)setAutoRefresh:(BOOL)newAutoRefresh;
public var autoRefresh: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

Set this property to true to let the class automatically refresh AccessToken. If available, RefreshToken is used to renew access token. Otherwise the authorization process is initiated from the beginning, with user authentication and so on.

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