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.