SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestScopingIDPListGetComplete (property)

Matches the GetComplete element of the IDPList entry of the Scoping object.

Syntax

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

Default Value

""

Remarks

Matches the GetComplete element of the IDPList entry of the Scoping object.

Use this property to access or set the GetComplete element of the IDPList entry of the Scoping object of the authentication request. This property typically contains an URI that allows to retrieve a complete list of identity providers.

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