Class OauthErrorFormat
OAuthのエラーレスポンスBodyのフォーマット
Inherited Members
Namespace: Pixiv.VroidSdk.Oauth.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class OauthErrorFormat
Fields
error
エラーコード
Declaration
public string error
Field Value
Type | Description |
---|---|
String |
error_description
エラーに関する説明
Declaration
public string error_description
Field Value
Type | Description |
---|---|
String |
Methods
FromJson(Byte[])
JSONをデシリアライズしてOauthErrorFormatを作成
Declaration
public static OauthErrorFormat FromJson(byte[] jsonBinary)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | jsonBinary | OauthErrorFormatのJSON文字列のバイト列 |
Returns
Type | Description |
---|---|
OauthErrorFormat | JSONをデシリライズして得られたDeviceAuthorization |
FromJson(String)
JSONをデシリアライズしてOauthErrorFormatを作成
Declaration
public static OauthErrorFormat FromJson(string jsonString)
Parameters
Type | Name | Description |
---|---|---|
String | jsonString | OauthErrorFormatのJSON文字列 |
Returns
Type | Description |
---|---|
OauthErrorFormat | JSONをデシリライズして得られたDeviceAuthorization |