AuthClient.public constructor Null safety
Creates an instance of a public AuthClient.
Implementation
AuthClient.public(String id, {List<AuthScope>? allowedScopes})
: this.withRedirectURI(
id,
null,
null,
null,
allowedScopes: allowedScopes,
);