Show / Hide Table of Contents

Class OauthApplication

OAuth linked application

Inheritance
Object
OauthApplication
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class OauthApplication

Fields

age_limit

Age restriction

Declaration
public AgeLimit age_limit
Field Value
Type Description
AgeLimit

description

Application description

Declaration
public string description
Field Value
Type Description
String

description_fragments

App description divided into fragments

Declaration
public List<DescriptionFragment> description_fragments
Field Value
Type Description
List<DescriptionFragment>

icon

Application icon

Declaration
public ApplicationIcon icon
Field Value
Type Description
ApplicationIcon

id

Application ID

Declaration
public string id
Field Value
Type Description
String

name

Application name

Declaration
public string name
Field Value
Type Description
String

primary_eyecatch_image

Feature image

Declaration
public EyecatchImage primary_eyecatch_image
Field Value
Type Description
EyecatchImage

web_site

Application website

Declaration
public string web_site
Field Value
Type Description
String
In This Article
Back to top Generated by DocFX