pl-api
    Preparing search index...

    Interface RevokeTokenParams

    interface RevokeTokenParams {
        client_id: string;
        client_secret: string;
        token: string;
    }
    Index

    Properties

    client_id: string

    String. The client ID, obtained during app registration.

    client_secret: string

    String. The client secret, obtained during app registration.

    token: string

    String. The previously obtained token, to be invalidated.