SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestScopingRequesterIDs (property)

A collection of requestor IDs on whose behalf the request is being sent.

Syntax

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

Default Value

""

Remarks

A collection of requestor IDs on whose behalf the request is being sent.

Use this property to specify or read the requestor IDs, in the form of CRLF-separated strings, on whose behalf the request is being sent.

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