Gafaelfawr
Forum
Docs
LSST.org →
Navigation
next »
« previous
|
Gafaelfawr
»
API reference
»
IssuerConfig
IssuerConfig
¶
class
gafaelfawr.config.
IssuerConfig
(
iss: str, kid: str, aud: str, aud_internal: str, keypair: RSAKeyPair, exp_minutes: int, group_mapping: Mapping[str, FrozenSet[str]], username_claim: str, uid_claim: str
)
¶
Bases:
object
Configuration for how to issue tokens.
On this page
IssuerConfig