@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface AgentOAuthTokens

    OAuth tokens for agent authentication

    interface AgentOAuthTokens {
        access_token: string;
        refresh_token?: string;
        token_type?: string;
        expires_in?: number;
        expires_at?: string;
        scope?: string;
    }
    Index

    Properties

    access_token: string

    OAuth access token

    refresh_token?: string

    OAuth refresh token (for token renewal)

    token_type?: string

    Token type (usually "Bearer")

    expires_in?: number

    Seconds until access_token expires

    expires_at?: string

    ISO timestamp when access_token expires

    scope?: string

    OAuth scope