Show / Hide Table of Contents

Class OauthErrorFormat

OAuthのエラーレスポンスBodyのフォーマット

Inheritance
Object
OauthErrorFormat
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

In This Article
Back to top Generated by DocFX