Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
void IMAPAsyncSession::setOAuth2Token(String * token)
142
{
143
MC_SAFE_REPLACE_COPY(String, mOAuth2Token, token);
144
}
145
146
String * IMAPAsyncSession::OAuth2Token()
147
{
Callers
1
session
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected