TokenParams class

Defines the properties of an Ably Token.

Annotations

Properties

capability String?
The capabilities associated with this Ably Token.
final
clientId String?
A client ID, used for identifying this client when publishing messages or for presence purposes.
final
hashCode int
The hash code for this object.
no setterinherited
nonce String?
A cryptographically secure random string of at least 16 characters, used to ensure the TokenRequest cannot be reused.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
The DateTime of this request.
final
ttl int?
Requested time to live for the token in milliseconds.
final

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