AtAuthRequest class

Represents an authentication request of an atSign.

Constructors

AtAuthRequest(String atSign)
Constructor that takes an @sign as a parameter

Properties

atAuthKeys AtAuthKeys?
The keys for authentication of an atSign.
getter/setter pair
atKeysFilePath String?
The file path which contains the .atKeys file for authentication.
getter/setter pair
atSign String
The atSign for authentication
getter/setter pair
authMode ↔ PkamAuthMode
getter/setter pair
encryptedKeysMap Map<String, dynamic>?
The contents of .atKeys file which contains the encrypted atKeys.
getter/setter pair
enrollmentId String?
The enrollmentId for APKAM authentication
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashingAlgoType ↔ HashingAlgoType
Hashing algorithm to use for pkam authentication
getter/setter pair
publicKeyId String?
public key id from secure element if authMode is PkamAuthMode.sim
getter/setter pair
rootDomain String
The default host of the root server
getter/setter pair
rootPort int
The default port of the root server
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingAlgoType ↔ SigningAlgoType
Signing algorithm to use for pkam authentication
getter/setter pair

Methods

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