Application Views

    class (**kwargs)

    View used to delete an application owned by the request.user

    class oauth2_provider.views.application.ApplicationDetail(**kwargs)

    Detail view for an application instance owned by the request.user

    class oauth2_provider.views.application.ApplicationList(**kwargs)

    class

    This mixin is used to provide an Application queryset filtered by the current request.user.

    class oauth2_provider.views.application.ApplicationRegistration(**kwargs)

    View used to register a new Application for the request.user

    class oauth2_provider.views.application.ApplicationUpdate(**kwargs)

    View used to update an application owned by the request.user