Module swagger::auth [] [src]

Authentication and authorization data structures

Structs

AllowAllAuthenticator

Dummy Authenticator, that blindly inserts authorization data, allowing all access to an endpoint with the specified subject.

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.