Interface ServerPrincipal.AuthenticationResult

  • Enclosing class:
    ServerPrincipal

    public static interface ServerPrincipal.AuthenticationResult
    • Method Detail

      • isNewUserCreated

        boolean isNewUserCreated()
      • getUser

        @NotNull
        SUser getUser()