Struct oxide_auth::frontends::simple::extensions::AddonList[][src]

pub struct AddonList { /* fields omitted */ }
Expand description

A simple list of loosly related authorization and access addons.

The owning representation of access extensions can be switched out to Box<_>, Rc<_> or other types.

Implementations

Create an empty extension system.

Add an addon that only applies to authorization.

Add an addon that only applies to access_token.

Add an addon that applies to the whole code grant flow.

The addon gets added both the authorization and access token addons.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Inspect the request and extension data to produce extension data. Read more

Inspect the request to produce extension data.

The handler for authorization code extensions.

The handler for access token extensions.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.