UserAuthentication class

Represents the user authentication parameters.

Implemented types

Constructors

UserAuthentication()
Creates a new instance of the UserAuthentication class.
UserAuthentication.fromHandle(Pointer<id3BiosealUserAuthentication> handle)
Creates a new instance of the UserAuthentication class.

Properties

handle Pointer<id3BiosealUserAuthentication>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
method UserAuthenticationMethod
The user authentication method.
no setter
passwordFieldName String
The name of the payload field containing the password value.
no setter
passwordHashAlgorithm String
The hash algorithm used to protect the password value. Possible values are: Sha256, Sha384, Sha512.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Releases all resources used by this UserAuthentication.
getMethod() UserAuthenticationMethod
Gets the the user authentication method.
getPasswordFieldName() String
Gets the the name of the payload field containing the password value.
getPasswordHashAlgorithm() String
Gets the the hash algorithm used to protect the password value. Possible values are: Sha256, Sha384, Sha512.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited