Struct oxide_auth::code_grant::authorization::Pending[][src]

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

Represents a valid, currently pending authorization request not bound to an owner. The frontend can signal a reponse using this object.

Implementations

Reference this pending state as a solicitation.

Denies the request, which redirects to the client for which the request originated.

Inform the backend about consent from a resource owner.

Use negotiated parameters to authorize a client for an owner. The endpoint SHOULD be the same endpoint as was used to create the pending request.

Retrieve a reference to the negotiated parameters (e.g. scope). These should be displayed to the resource owner when asking for his authorization.

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.