Struct nakadion::auth::NoAuthAccessTokenProvider[][src]

pub struct NoAuthAccessTokenProvider;

Using this access token provider disables OAUTH.

Trait Implementations

impl ProvidesAccessToken for NoAuthAccessTokenProvider
[src]

Get a new Token. Return None to disable authentication.

Auto Trait Implementations