You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to send authextra during TicketAuth which is also defined for this auth scenario, but when looking deeper it is visible that it is not implemented and server instead receives null value.
This is how class constructor looks:
And this is how it is implemented in "reallyJoin" method within Session.java class:
As we can see, authextra always stays null.
The text was updated successfully, but these errors were encountered:
I want to send authextra during TicketAuth which is also defined for this auth scenario, but when looking deeper it is visible that it is not implemented and server instead receives null value.
This is how class constructor looks:
And this is how it is implemented in "reallyJoin" method within Session.java class:
As we can see, authextra always stays null.
The text was updated successfully, but these errors were encountered: