Type Alias OAuth2Ticket

OAuth2Ticket: {
    code: string;
    state?: string;
    [key: string]: string;
}