@mcp-z/oauth
    Preparing search index...

    Interface Credentials

    interface Credentials {
        accessToken: string;
        expiresAt?: number;
        idToken?: string;
        refreshToken?: string;
        scope?: string;
        tokenType?: string;
    }
    Index

    Properties

    accessToken: string
    expiresAt?: number
    idToken?: string
    refreshToken?: string
    scope?: string
    tokenType?: string