SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authorize (method)

Performs user authorization and gets an access token.

Syntax

- (BOOL)authorize;
public func authorize() throws -> Bool

Remarks

Call this method to perform user authorization and get an access token. When the user completes authorization and its data is sent to the server, OAuthClient will fire the Wait event periodically, to show how much waiting time is left. Upon successful authorization, the AccessToken and ExpiresAt properties are filled.

Returns true if the authorization was granted, and false otherwise.

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