withAuthenticationCancellable method

LoginUIConfigBuilder withAuthenticationCancellable(
  1. bool authenticationCancellable
)

Implementation

LoginUIConfigBuilder withAuthenticationCancellable(bool authenticationCancellable) {
  this.authenticationCancellable = authenticationCancellable;
  return this;
}