MCPcopy
hub / github.com/authlib/authlib / get_auth_time

Method get_auth_time

authlib/oidc/core/models.py:10–13  ·  view source on GitHub ↗

Get "auth_time" value of the authorization code object.

(self)

Source from the content-addressed store, hash-verified

8 raise NotImplementedError()
9
10 def get_auth_time(self):
11 """Get "auth_time" value of the authorization code object."""
12 # OPs MUST support returning the time at which the End-User authenticated via the auth_time Claim, when requested, as defined in Section 2.
13 raise NotImplementedError()
14
15 def get_acr(self) -> str:
16 """Get the "acr" (Authentication Method Class) value of the authorization code object."""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected