IPWorks Auth 2020 Python Edition

Questions / Feedback?

claim_subject Property

The subject identifies the principal of the JWT.

Syntax

def get_claim_subject() -> str: ...
def set_claim_subject(value: str) -> None: ...

claim_subject = property(get_claim_subject, set_claim_subject)

Default Value

""

Remarks

This property holds the subject which identifies the principal of the JWT. The value is a case-sensitive string.

This property corresponds to the sub JSON property.

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