AuthClientLoginOptions constructor

const AuthClientLoginOptions({
  1. Uri? identityProvider,
  2. BigInt? maxTimeToLive,
  3. String? canisterId,
  4. void onSuccess()?,
  5. void onError(
    1. String? error
    )?,
})

Implementation

const AuthClientLoginOptions({
  this.identityProvider,
  this.maxTimeToLive,
  this.canisterId,
  this.onSuccess,
  this.onError,
});