Uses of Class
nl.harm27.obswebsocket.authentication.AuthenticationResult
-
Packages that use AuthenticationResult Package Description nl.harm27.obswebsocket nl.harm27.obswebsocket.authentication -
-
Uses of AuthenticationResult in nl.harm27.obswebsocket
Methods in nl.harm27.obswebsocket that return AuthenticationResult Modifier and Type Method Description AuthenticationResult
OBSWebSocket. getAuthenticationResult()
-
Uses of AuthenticationResult in nl.harm27.obswebsocket.authentication
Methods in nl.harm27.obswebsocket.authentication that return AuthenticationResult Modifier and Type Method Description AuthenticationResult
AuthenticationHandler. getAuthenticationResult()
static AuthenticationResult
AuthenticationResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationResult[]
AuthenticationResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-