UserAuthentication.passwordFieldName Property

Module: UserAuthentication

Type: string

Definition

The name of the payload field containing the password value.

password_field_name: str

Exceptions

An error has occurred during Bioseal Library execution.
String get passwordFieldName => getPasswordFieldName();

Exceptions

An error has occurred during Bioseal Library execution.
public string passwordFieldName
{
    get => GetpasswordFieldName();
}

Exceptions

An error has occurred during Bioseal Library execution.
public String getPasswordFieldName() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var passwordFieldName: String
    get {
        return try! getPasswordFieldName()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealUserAuthentication_GetPasswordFieldName (ID3_BIOSEAL_USER_AUTHENTICATION hUserAuthentication, char * passwordFieldName, int * passwordFieldNameSize)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.