[][src]Module openid::client

Structs

Address

Address Claim struct. Can be only formatted, only the rest, or both.

Client

OAuth 2.0 client.

Options

Optional parameters that OpenID specifies for the auth URI. Derives Default, so remember to ..Default::default() after you specify what you want.

Userinfo

The userinfo struct contains all possible userinfo fields regardless of scope. See spec.

Enums

Display

The four values for the preferred display parameter in the Options. See spec for details.

Prompt

The four possible values for the prompt parameter set in Options. See spec for details.