Show / Hide Table of Contents

Class AuthorizedCredential

Inheritance
object
AuthorizedCredential
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class AuthorizedCredential

Properties

| Edit this page View Source

CredentialType

The type of the credential, as issued.

Declaration
[JsonPropertyName("credential_type")]
public string CredentialType { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Issuer

The address of the account that issued the credential.

Declaration
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX