@gradientedge/commercetools-utils
    Preparing search index...

    Enumeration GrantType

    Authentication grant types. These are used when populating the 'grant_type' parameter.

    Index

    Enumeration Members

    CLIENT_CREDENTIALS: "client_credentials"
    PASSWORD: "password"

    Used when attempting to login a customer: https://docs.commercetools.com/api/authorization#password-flow

    REFRESH_TOKEN: "refresh_token"

    Used when refreshing any existing access token (whether client or customer): https://docs.commercetools.com/api/authorization#refresh-token-flow