Class GetAuthRequired.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.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()
Optional<String>
getSalt()
boolean
isAuthRequired()
Indicates whether authentication is required.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-