SecureBlackbox 2020 Python Edition

Questions / Feedback?

token_type Property

Returns the access token type.

Syntax

def get_token_type() -> str: ...

token_type = property(get_token_type, None)

Default Value

""

Remarks

The access token type provides a client with the information on how to use the access_token. The understanding of token type is the client's responsibility. Some token types are described, for instance, in RFC 6750 and OAuth-HTTP-MAC specifications.

This property is read-only.

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