summaryrefslogtreecommitdiff
path: root/keystone/token/providers/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/token/providers/base.py')
-rw-r--r--keystone/token/providers/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/keystone/token/providers/base.py b/keystone/token/providers/base.py
index 34547c374..9de93ccfa 100644
--- a/keystone/token/providers/base.py
+++ b/keystone/token/providers/base.py
@@ -44,6 +44,7 @@ class Provider(object, metaclass=abc.ABCMeta):
``protocol_id`` unique ID of the protocol used to obtain the token
``access_token_id`` the unique ID of the access_token for OAuth1 tokens
``app_cred_id`` the unique ID of the application credential
+ ``param thumbprint`` thumbprint of the certificate for OAuth2.0 mTLS
``issued_at`` a datetime object of when the token was minted
``expires_at`` a datetime object of when the token expires