class Net::IMAP::SASL::OAuthBearerAuthenticator

def authorization; "Bearer #{oauth2_token}" end

Value of the HTTP Authorization header
def authorization; "Bearer #{oauth2_token}" end