Interface IUserAuthorizedThroughOpenAPIOptions

interface IUserAuthorizedThroughOpenAPIOptions {
    clientSecret: string;
    params: Record<"secret" | "expire" | "sid" | "mid" | "sig", string>;
}

Properties

Properties

clientSecret: string
params: Record<"secret" | "expire" | "sid" | "mid" | "sig", string>

Generated using TypeDoc