AuthorizationCodeLink constructor

AuthorizationCodeLink({
  1. String? clientId,
  2. bool? enablePkce,
  3. List<String>? scopes,
  4. String? uri,
})

Implementation

AuthorizationCodeLink({
  this.clientId,
  this.enablePkce,
  this.scopes,
  this.uri,
});