Interface AccountChangePasswordResponse

interface AccountChangePasswordResponse {
    secret: string;
    token: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

secret: string

New secret

token: string

New token

Generated using TypeDoc