MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setOAuth2Token

Method setOAuth2Token

src/async/imap/MCIMAPAsyncSession.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void IMAPAsyncSession::setOAuth2Token(String * token)
142{
143 MC_SAFE_REPLACE_COPY(String, mOAuth2Token, token);
144}
145
146String * IMAPAsyncSession::OAuth2Token()
147{

Callers 1

sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected