withJwtSession method

AuthTokenInfoBuilder withJwtSession()

Implementation

AuthTokenInfoBuilder withJwtSession() {
  _issuer = 'jwt';
  _method = 'email';
  return this;
}