EndpointAuthorizableChannelAuthorizationDelegate<T extends EndpointAuthorizationData> class abstract

An interface for grabbing an authorization data of type T for the channel subscription process.

See also:

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
onAuthFailed EndpointAuthFailedCallback?
Added as an option to get a detailed information about the fail.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorizationData(String socketId, String channelName) FutureOr<T>
Designed to make an operation to grab the auth data of type T for the channel subscription.
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