SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

username (property)

A 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 specify the username to authenticate to the server.

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