Class GetAuthRequired.Response
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseResponse
-
- nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Response
-
- Enclosing class:
- GetAuthRequired
public static class GetAuthRequired.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getChallenge()
The required challenge to be used if authentication is required.Optional<String>
getSalt()
The required salt to be used if authentication is required.boolean
isAuthRequired()
Indicates whether authentication is required.-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseResponse
getError, getMessageId, getStatus
-
-