Class AuthorizedCredential
Inheritance
object
AuthorizedCredential
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class AuthorizedCredential
Properties
| Edit this page View SourceCredentialType
The type of the credential, as issued.
Declaration
[JsonPropertyName("credential_type")]
public string CredentialType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issuer
The address of the account that issued the credential.
Declaration
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |