Module forbidden::identity[][src]

Expand description

The Identity trait represent the “who” of a software that needs authentication.

Constants

A default realm name

Traits

The Identity trait define the “who” of a software. It can be a customer, employee, user, company, or others constructs such as an IoT device, application, etc.

An identity provider (IDP) is a service that can authenticate a user with a crate::credentials and return an Token.

An identity provider (IDP) that can authenticate a user with EmailPassForm credential.

An identity provider (IDP) that can authenticate a user with UserPassForm credential.