SecureBlackbox 2020 iOS Edition

Questions / Feedback?

clientSecret (property)

Client secret of the application which needs access to the protected resource.

Syntax

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

Default Value

""

Remarks

Use this property to specify client secret of the application.

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