AuthResponse constructor
AuthResponse({
- Context? clientContext,
- Context? serverContext,
- String certHash = '',
- List<
Entrypoint> entrypoints = const [], - Map<
String, bool> featureFlags = const {}, - String spaceId = '',
- String channelId = '',
- String channelInstanceId = '',
- String primaryUserId = '',
- String serverSessionId = '',
- int keepaliveTimeoutMs = 0,
- int serverCapability = 0,
Implementation
AuthResponse({
this.clientContext,
this.serverContext,
this.certHash = '',
this.entrypoints = const [],
this.featureFlags = const {},
this.spaceId = '',
this.channelId = '',
this.channelInstanceId = '',
this.primaryUserId = '',
this.serverSessionId = '',
this.keepaliveTimeoutMs = 0,
this.serverCapability = 0,
});