Type Alias GetOauthConnectResponse

GetOauthConnectResponse: {
    extra_params?: {
        [key: string]: unknown;
    };
    scopes?: string[];
}