AccessToken class
Constructors
- AccessToken.new(String appId, String appCertificate, int expire)
Properties
- appCertificate ↔ String
-
getter/setter pair
- appId ↔ String
-
getter/setter pair
- expire ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueTs ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salt ↔ int
-
getter/setter pair
-
services
↔ Map<
int, ServiceBase> -
getter/setter pair
Methods
-
addService(
ServiceBase service) → void -
build(
) → String -
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
Constants
- APP_ID_LENGTH → const int
- VERSION → const String