AuthorizationCodeLink constructor
AuthorizationCodeLink({})
Implementation
AuthorizationCodeLink({
this.clientId,
this.clientSecret,
this.enablePkce,
this.omitQueryParams,
this.scopes,
this.uri,
});
AuthorizationCodeLink({
this.clientId,
this.clientSecret,
this.enablePkce,
this.omitQueryParams,
this.scopes,
this.uri,
});