SecureBlackbox 2020 iOS Edition

Questions / Feedback?

scope (property)

The scope of the request to be authorized.

Syntax

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

Default Value

""

Remarks

Use this property to specify the scope of the request to the protected resource.

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