checkAssociatedEmailCatching
suspend fun checkAssociatedEmailCatching(oauthToken: String, email: Email): GravatarResult<Boolean, ErrorType>
Checks if the given email address is associated with the already authorized Gravatar account. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.
Return
True if the email is associated with the account, false otherwise
Parameters
oauthToken
The OAuth token to use for authentication
email
The email address to check