Class: GmailXoauth::ImapXoauth2Authenticator
- Inherits:
-
Object
- Object
- GmailXoauth::ImapXoauth2Authenticator
- Includes:
- OauthString
- Defined in:
- lib/gmail_xoauth/imap_xoauth2_authenticator.rb
Instance Method Summary collapse
Instance Method Details
#process(data) ⇒ Object
6 7 8 |
# File 'lib/gmail_xoauth/imap_xoauth2_authenticator.rb', line 6 def process(data) build_oauth2_string(@user, @oauth2_token) end |