IPWorks Auth 2020 Python Edition

Questions / Feedback?

claim_audience Property

The audience claim.

Syntax

def get_claim_audience() -> str: ...
def set_claim_audience(value: str) -> None: ...

claim_audience = property(get_claim_audience, set_claim_audience)

Default Value

""

Remarks

This property holds the audience claim. The audience claim identifies the recipients that the JWT is intended for. The values specified here are case sensitive.

Multiple audience values are supported and should be separated by a semicolon. See AudienceDelimiter for details.

This property corresponds to the aud JSON property.

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