Module swagger::auth [] [src]

Authentication and authorization data structures

Structs

AllowAllMiddleware

Dummy implementation of an Iron middleware to insert authorization data, allowing all access to an endpoint with the subject "alice".

Authorization

Storage of authorization parameters for an incoming request, used for REST API authorization.

Enums

AuthData

Storage of raw authentication data, used both for storing incoming request authentication, and for authenticating outgoing client requests.

Scopes

Authorization scopes.