Skip to main content

invalid_grant_type

Function invalid_grant_type 

Source
fn invalid_grant_type(
    err: &SendAccessTokenError,
) -> Option<&SendAccessTokenInvalidGrantError>
Expand description

Same idea as invalid_request_type, but for the invalid_grant response shape (used to detect an unknown Send id or an invalid password hash).