isOauth property
bool
get
isOauth
is some variety of oauth?
Implementation
bool get isOauth => name == _oauth || isOauthCustom || isOauthToken;
is some variety of oauth?
bool get isOauth => name == _oauth || isOauthCustom || isOauthToken;