AuthResponse constructor

AuthResponse({
  1. Context? clientContext,
  2. Context? serverContext,
  3. String certHash = '',
  4. List<Entrypoint> entrypoints = const [],
  5. Map<String, bool> featureFlags = const {},
  6. String spaceId = '',
  7. String channelId = '',
  8. String channelInstanceId = '',
  9. String primaryUserId = '',
  10. String serverSessionId = '',
  11. int keepaliveTimeoutMs = 0,
  12. 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,
});