Class TokenResponseGet
Inheritance
System.Object
TokenResponseGet
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Dangl.AVACloud.Client.dll
Syntax
public class TokenResponseGet : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
AccessToken
Declaration
[JsonProperty("accessToken", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string AccessToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Error
Declaration
[JsonProperty("error", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Error { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorDescription
Declaration
[JsonProperty("errorDescription", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ErrorDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorType
Declaration
[JsonProperty("errorType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public ResponseErrorType ErrorType { get; set; }
Property Value
|
Improve this Doc
View Source
ExpiresIn
Declaration
[JsonProperty("expiresIn", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ExpiresIn { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
HttpErrorReason
Declaration
[JsonProperty("httpErrorReason", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string HttpErrorReason { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HttpStatusCode
Declaration
[JsonProperty("httpStatusCode", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public HttpStatusCode HttpStatusCode { get; set; }
Property Value
Type |
Description |
System.Net.HttpStatusCode |
|
|
Improve this Doc
View Source
IdentityToken
Declaration
[JsonProperty("identityToken", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string IdentityToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsError
Declaration
[JsonProperty("isError", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RefreshToken
Declaration
[JsonProperty("refreshToken", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RefreshToken { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TokenType
Declaration
[JsonProperty("tokenType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TokenType { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
FromJson(String)
Declaration
public static TokenResponseGet FromJson(string data)
Parameters
Type |
Name |
Description |
System.String |
data |
|
Returns
|
Improve this Doc
View Source
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
|
Improve this Doc
View Source
ToJson()
Declaration
Returns
Type |
Description |
System.String |
|
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged