Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ OIDCCallbackResult
Class
OIDCCallbackResult
pymongo/auth_oidc_shared.py:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
@dataclass
46
class
OIDCCallbackResult:
47
access_token: str
48
expires_in_seconds: Optional[float] = field(default=None)
49
refresh_token: Optional[str] = field(default=None)
50
51
52
class
OIDCCallback(abc.ABC):
Callers
11
request_token
Method · 0.90
request_token
Method · 0.90
fetch
Method · 0.90
request_token
Method · 0.90
request_token
Method · 0.90
fetch
Method · 0.90
fetch
Method · 0.85
fetch
Method · 0.85
fetch
Method · 0.85
fetch
Method · 0.85
fetch
Method · 0.85
Calls
no outgoing calls
Tested by
6
request_token
Method · 0.72
request_token
Method · 0.72
fetch
Method · 0.72
request_token
Method · 0.72
request_token
Method · 0.72
fetch
Method · 0.72