async fn issue_tokens(
services: &Services,
grant: ApprovedGrant<'_>,
) -> Result<Response<Body>>Expand description
Mint the access token, refresh token and device for an authenticated grant, honoring the MSC2967 device scope and emitting the OAuth token response.