Module tokkit::token_info [] [src]

Token verification for protected resources on resource servers.

See OAuth 2.0 Token Introspection and Roles

Modules

error
parsers

Various parsers for the responses of a token info service.

Structs

NotAuthorized

There is no authorization for the requested resource

RemoteTokenInfoService

Introspects an AccessToken remotely.

RemoteTokenInfoServiceBuilder

A builder for a RemoteTokenInfoService

TokenInfo

Information on an AccessToken returned by a TokenInfoService.

UserId

An id that uniquely identifies the owner of a protected resource

Traits

TokenInfoParser

A parser that can parse a slice of bytes to a TokenInfo

TokenInfoService

Gives a TokenInfo for an AccessToken.