GetTokenParams class

Constructors

GetTokenParams({required String authorizedEntity, required String scope, Map? options})
GetTokenParams.fromJS(GetTokenParams _wrapped)

Properties

authorizedEntity String
Identifies the entity that is authorized to access resources associated with this Instance ID. It can be a project ID from Google developer console.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
options Map?
Allows including a small number of string key/value pairs that will be associated with the token and may be used in processing the request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
Identifies authorized actions that the authorized entity can take. E.g. for sending GCM messages, GCM scope should be used.
getter/setter pair
toJS → GetTokenParams
no setter

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