Interface SecureCheckTokenParams

interface SecureCheckTokenParams {
    ip?: string;
    token?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

ip?: string

user 'ip address'. Note that user may access using the 'ipv6' address, in this case it is required to transmit the 'ipv6' address. If not transmitted, the address will not be checked.

token?: string

client 'access_token'

Generated using TypeDoc