serverTokenURL (property)

The URL used to obtain the access token.

Syntax

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

Default Value

""

Remarks

Specifies the URL where the grant will be exchanged for the access token. This is typically a separate HTTP endpoint on the authorization server.

This must be set before calling GetAuthorization.

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