checkAssociatedEmail

suspend fun checkAssociatedEmail(oauthToken: String, email: Email): Boolean

Checks if the given email address is associated with the already authorized Gravatar account. This method throws any exception that occurs during the execution.

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