Asp class

An application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices.

The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the help center.

Constructors

Asp({int? codeId, String? creationTime, String? etag, String? kind, String? lastTimeUsed, String? name, String? userKey})
Asp.fromJson(Map json_)

Properties

codeId int?
The unique ID of the ASP.
getter/setter pair
creationTime String?
The time when the ASP was created.
getter/setter pair
etag String?
ETag of the ASP.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
The type of the API resource.
getter/setter pair
lastTimeUsed String?
The time when the ASP was last used.
getter/setter pair
name String?
The name of the application that the user, represented by their userId, entered when the ASP was created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userKey String?
The unique ID of the user who issued the ASP.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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