stedi-sdk-client-tokens 0.1.76

Stedi SDK for Rust that includes Tokens client
Documentation

Service to exchange IAM credentials for Stedi JWT token

Crate Organization

The entry point for most customers will be [Client]. [Client] exposes one method for each API offered by the service.

Some APIs require complex or nested arguments. These exist in model.

Lastly, errors that can be returned by the service are contained within [error]. [Error] defines a meta error encompassing all possible errors that can be returned by the service.

The other modules within this crate are not required for normal usage.

Examples

Examples can be found here.