Skip to main content

issue_tokens

Function issue_tokens 

Source
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.