IPWorks Auth 2020 Python Edition

Questions / Feedback?

encoded_jwt Property

The encoded JWT.

Syntax

def get_encoded_jwt() -> str: ...
def set_encoded_jwt(value: str) -> None: ...

encoded_jwt = property(get_encoded_jwt, set_encoded_jwt)

Default Value

""

Remarks

This property holds the encoded JWT. This is populated after calling sign or encrypt.

This must be set to a valid JWT before calling verify, decrypt or parse.

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