IPWorks Auth 2020 Python Edition

Questions / Feedback?

claim_issuer Property

The issuer of the JWT.

Syntax

def get_claim_issuer() -> str: ...
def set_claim_issuer(value: str) -> None: ...

claim_issuer = property(get_claim_issuer, set_claim_issuer)

Default Value

""

Remarks

This property holds the issuer of the JWT. The value is a case-sensitive string.

This property corresponds to the iss JSON property.

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