Struct LinkedAccount.LinkedAccountDetails
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
The email, address, phone and id related to the linked account, where applicable.
public struct LinkedAccount.LinkedAccountDetails
- Inherited Members
Properties
Address
[JsonProperty("name")]
public string Address { readonly get; set; }
Property Value
[JsonProperty("email")]
public string Email { readonly get; set; }
Property Value
Id
[JsonProperty("id")]
public string Id { readonly get; set; }
Property Value
Phone
[JsonProperty("phone")]
public string Phone { readonly get; set; }