Struct oauth2::ClientRequest
source · pub struct ClientRequest<'a> { /* private fields */ }
Expand description
A request wrapped in a client, ready to be executed.
Implementations§
source§impl<'a> ClientRequest<'a>
impl<'a> ClientRequest<'a>
sourcepub async fn execute<T>(self) -> Result<T, ExecuteError>where
T: for<'de> Deserialize<'de>,
pub async fn execute<T>(self) -> Result<T, ExecuteError>where
T: for<'de> Deserialize<'de>,
Execute the token request.