Skip to main content

handle_post_token_refresh

Function handle_post_token_refresh 

Source
pub async fn handle_post_token_refresh(
    __arg0: State<Arc<Context>>,
    __arg1: Json<RefreshTokenRequest>,
) -> Result<Json<ApiTokenResponse>, StatusCode>