SecureBlackbox 2020 iOS Edition

Questions / Feedback?

tokenURL (property)

Specifies the URL of the token endpoint.

Syntax

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

Default Value

""

Remarks

The token endpoint is used by the client, which needs access to protected resource, to obtain access token from the authorization server.

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