AuthenticationSession constructor

AuthenticationSession({
  1. String? id,
  2. String? accessToken,
  3. AuthenticationSessionAccountInformation? account,
  4. List<String>? scopes,
})

Implementation

factory AuthenticationSession({
  _i2.String? id,
  _i2.String? accessToken,
  _i3.AuthenticationSessionAccountInformation? account,
  _i2.List<_i2.String>? scopes,
}) =>
    AuthenticationSession._(
      id: id,
      accessToken: accessToken,
      account: account ?? _i6.undefined,
      scopes: scopes ?? _i6.undefined,
    );