Show / Hide Table of Contents

Class Credential

Application settings for linking VRoid Hub

Inheritance
Object
Credential
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 Credential

Properties

AndroidUrlScheme

Declaration
public string AndroidUrlScheme { get; set; }
Property Value
Type Description
String

ApplicationId

Application ID

Declaration
public string ApplicationId { get; set; }
Property Value
Type Description
String

IosUrlScheme

iOS URL scheme to receive authorization code

Declaration
public string IosUrlScheme { get; set; }
Property Value
Type Description
String

RedirectUri

Redirect URI to receive authorization code

Declaration
public string RedirectUri { get; set; }
Property Value
Type Description
String

Scope

Scope

Declaration
public List<string> Scope { get; set; }
Property Value
Type Description
List<String>

Secret

Secret

Declaration
public string Secret { get; set; }
Property Value
Type Description
String

Methods

FromJson(String)

Create Credential from JSON string

Declaration
public static Credential FromJson(string jsonString)
Parameters
Type Name Description
String jsonString

JSON string

Returns
Type Description
Credential

Credential created from JSON string

In This Article
Back to top Generated by DocFX