public class AuthResponse extends DecodeResult
Constructor and Description |
---|
AuthResponse(int reqId,
AuthGranted authGranted)
Intialises an AuthResponse instance
|
Modifier and Type | Method and Description |
---|---|
AuthGranted |
getAuthGranted()
Returns the AuthGranted object
|
getReqId
public AuthResponse(int reqId, AuthGranted authGranted)
reqId
- The request IDauthGranted
- The AuthGranted objectpublic AuthGranted getAuthGranted()