PusherAuthOptions class

Represents the options for the authentication.

Constructors

PusherAuthOptions(String endpoint, {Future<Map<String, String>> headers()?})

Properties

endpoint String
The endpoint for the authentication.
final
hashCode int
The hash code for this object.
no setterinherited
headers Future<Map<String, String>> Function()
The headers for the authentication (default: {'Accept': 'application/json'}).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a new PusherAuthOptions with the given endpoint.
override

Operators

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