cyphermed.api.well_known.get_jwks
Get Jwks
Get the public keys for verifying JWT signatures, per RFC 5785
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Response[Jwks]
Get Jwks
Get the public keys for verifying JWT signatures, per RFC 5785
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Jwks
Get Jwks
Get the public keys for verifying JWT signatures, per RFC 5785
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Response[Jwks]
Get Jwks
Get the public keys for verifying JWT signatures, per RFC 5785
Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.
Returns: Jwks