[][src]Crate blog_login_enum

Representations of auth transfer between the blog_client and server.

Structs

CreatePassword

Password authentication data. Separated from AuthenticationData to allow for impl blocks. Will go away once enum variants become types.

Password

Password authentication data. Separated from AuthenticationData to allow for impl blocks. Will go away once enum variants become types.

Enums

Authentication

Actual data that needs to be verified before someone can log in. Currently only allows for passwords, but planning to support SSO and FIDO.

Create

Information for creating a credential. Currently only allows for passwords, but planning to support SSO and FIDO.