Skip to content

Commit fba8677

Browse files
committed
Added attribute to ServiceContext.
1 parent d2cf9fb commit fba8677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/idpyoidc/client/service_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def __init__(
156156
self.httpc_params = {}
157157
self.client_secret_expires_at = 0
158158
self.registration_response = {}
159+
self.client_authn_methods = {}
159160

160161
# _def_value = copy.deepcopy(DEFAULT_VALUE)
161162

0 commit comments

Comments
 (0)