interface TokenCreateInfo {
    email: string;
    name: string;
    otp_type: OTPType;
    password: string;
    pin_code: string;
    profile_id: string;
}

Properties

email: string

Email of the account

name: string

Name of the token

otp_type: OTPType

OTP Type

password: string

Password of the account

pin_code: string

OTP Pin Code

profile_id: string

Id of profile to create the token