Module nakadion::auth[][src]

Expand description

OAUTH authorization for connecting to Nakadi

Structs

A token used for authentication against Nakadi.

Reads an AccessToken from a file.

Always returns the same token.

Using this access token provider disables OAUTH.

An error returned when no access token was available when there should be one.

Traits

Provides an AccessToken.

Type Definitions