IPWorks Auth 2020 Python Edition

Questions / Feedback?

claim_jwt_id Property

The unique identifier for the JWT.

Syntax

def get_claim_jwt_id() -> str: ...
def set_claim_jwt_id(value: str) -> None: ...

claim_jwt_id = property(get_claim_jwt_id, set_claim_jwt_id)

Default Value

""

Remarks

This property holds the unique identifier for the JWT. The value is a case-sensitive string.

This property corresponds to the jti JSON property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]