Skip to main content

dataspine sts exchange-token

Exchange an input token for a Dataspine access token.

Usage

dataspine sts exchange-token [OPTIONS] <TOKEN>

Arguments

  • <TOKEN>: The input token to exchange.

Options

  • -a, --application <APPLICATION>: Optional application UUID to scope the exchange.

Examples

Exchange an input token:

dataspine sts exchange-token "…"

Exchange and scope to an application:

dataspine sts exchange-token -a 00000000-0000-0000-0000-000000000000 "…"