SecureBlackbox 2020 iOS Edition

Questions / Feedback?

username (property)

The client's username to authenticate to the server.

Syntax

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

Default Value

""

Remarks

Use this property to provide an authentication username (login). This property is only applicable for password-based and keyboard-interactive authentication types.

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