public class DuoFailureResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
code
the failure code.
|
private String |
message
the failure message.
|
private String |
messageDetail
the failure message detail.
|
private String |
stat
the failure status.
|
| Constructor and Description |
|---|
DuoFailureResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Get the failure code.
|
String |
getMessage()
Get the failure message.
|
String |
getMessageDetail()
Get the failure message details.
|
String |
getStat()
Get the failure status.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.