Class Response3
Response returned after successfully linking an additional authentication provider. The response includes all linked profiles for the user.
public class Response3
- Inheritance
-
Response3
- Inherited Members
Properties
LinkedAccounts
Updated list of authentication profiles linked to the wallet after the new account has been connected.
[JsonProperty("linkedAccounts", Required = Required.Always)]
[Required]
public ICollection<LinkedAccounts> LinkedAccounts { get; set; }