withAccount method

LoginUIConfigBuilder withAccount(
  1. String account
)

Implementation

LoginUIConfigBuilder withAccount(String account) {
  this.account = account;
  return this;
}