IModelObjectpublic class AuthenticationError extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AuthenticationError.Builder |
Builder class for building
AuthenticationError instances. |
static class |
AuthenticationError.JsonUtil |
JsonUtil class for building
AuthenticationError instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
AuthenticationError.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getError() |
Get the high level description of the error as specified in
RFC 6749 Section 5.2.
|
String |
getError_description() |
Get the more detailed description of the error as specified in
RFC 6749 Section 4.1.2.1.
|
public String getError()
public String getError_description()
public AuthenticationError.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.