Member Junction
    Preparing search index...

    Response from the oauth/access_token token-exchange endpoint.

    interface FacebookTokenResponse {
        access_token: string;
        expires_in?: number;
        token_type?: string;
    }
    Index

    Properties

    access_token: string
    expires_in?: number
    token_type?: string