Interface CallbackResponse

interface CallbackResponse {
    code: string;
    state: string;
}

Properties

Properties

code: string
state: string