AuthenticateResponse.fromMap constructor

AuthenticateResponse.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory AuthenticateResponse.fromMap(Map<Object?, Object?> value) =>
    _authenticateResponseCodec.decode(value);