pl-api
    Preparing search index...

    Interface OauthToken

    interface OauthToken {
        app_name: string;
        app_website: string;
        created_at: string | null;
        id: string;
        is_active: boolean | null;
        is_current: boolean | null;
        last_used: string | null;
        linked_session: OauthToken | null;
        scopes: string[];
        valid_until: string | null;
    }
    Index

    Properties

    app_name: string
    app_website: string
    created_at: string | null
    id: string
    is_active: boolean | null
    is_current: boolean | null
    last_used: string | null
    linked_session: OauthToken | null
    scopes: string[]
    valid_until: string | null