MCPcopy
hub / github.com/authlib/authlib / is_openid_scope

Function is_openid_scope

authlib/oidc/core/grants/util.py:18–20  ·  view source on GitHub ↗
(scope)

Source from the content-addressed store, hash-verified

16
17
18def is_openid_scope(scope):
19 scopes = scope_to_list(scope)
20 return scopes and "openid" in scopes
21
22
23def validate_request_prompt(grant, redirect_uri, redirect_fragment=False):

Callers 4

process_tokenMethod · 0.85
__call__Method · 0.85

Calls 1

scope_to_listFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…