RevokedAuthenticationScope constructor

RevokedAuthenticationScope({
  1. required List<String> scopes,
})

Implementation

factory RevokedAuthenticationScope({required List<String> scopes}) =
    _RevokedAuthenticationScopeImpl;