fn invalid_grant_type(
err: &SendAccessTokenError,
) -> Option<&SendAccessTokenInvalidGrantError>Expand description
The send_access_error_type of an invalid_grant response, if that’s what this is.
fn invalid_grant_type(
err: &SendAccessTokenError,
) -> Option<&SendAccessTokenInvalidGrantError>The send_access_error_type of an invalid_grant response, if that’s what this is.