SecureBlackbox 2020 iOS Edition

Questions / Feedback?

username (property)

The connecting user's username (login name).

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

Assign the user's login name to this property. Use Password to provide the password. The Username and Password properties are used only when GrantType is oauthPasswordCredentials.

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