AuthClient.public(String id, { List<AuthScope> allowedScopes })

Creates an instance of a public AuthClient.

Source

AuthClient.public(String id, {List<AuthScope> allowedScopes}) :
    this.withRedirectURI(id, null, null, null, allowedScopes: allowedScopes);