types
Types for hub-related code.
Classes
SMARTOnFHIRAccessToken
class SMARTOnFHIRAccessToken( token: str, valid_until: Optional[datetime] = None, context: Optional[_NextGenContext] = None,):
Wrapper for access token and metadata from NextGen.
Variables
- static
context : Optional[bitfount.hub.types._NextGenContext]
- static
token : str
- static
valid_until : Optional[datetime.datetime]