Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Authlib / specs / oidc / grants.py
Size: Mime:
from authlib.oidc.core.grants import (
    OpenIDCode, OpenIDCodeGrant,
    OpenIDImplicitGrant,
    OpenIDHybridGrant,
)

__all__ = [
    'OpenIDCode',
    'OpenIDCodeGrant',
    'OpenIDImplicitGrant',
    'OpenIDHybridGrant',
]