cri_auth.oidc_provider.drf module

class cri_auth.oidc_provider.drf.OIDCAccessTokenAuthentication[source]

Bases: rest_framework.authentication.BaseAuthentication

authenticate(request)[source]

Authenticate the request and return a two-tuple of (user, token).