Class AuthResult

    • Method Detail

      • getAccountId

        public Account.Id getAccountId()
        Identity of the user account that was authenticated into.
      • getExternalId

        public ExternalId.Key getExternalId()
        External identity used to authenticate the user.
      • isNew

        public boolean isNew()
        True if this account was recently created for the user.

        New users should be redirected to the registration screen, so they can configure their new user account.