RevokedAuthenticationAuthId constructor

RevokedAuthenticationAuthId({
  1. required String authId,
})

Implementation

factory RevokedAuthenticationAuthId({required String authId}) =
    _RevokedAuthenticationAuthIdImpl;