Documentation

UsernamePasswordResponse

Properties

Optional Created At

  • createdAt: string

When the username/password account was created. It is a unix timestamp.

memberof

UsernamePasswordResponse

Optional Last Login At

  • lastLoginAt: string

When the username/password account last logged in. It is a unix timestamp.

memberof

UsernamePasswordResponse

Optional Password Updated At

  • passwordUpdatedAt: string

When the username/password account password was last updated. It is a unix timestamp.

memberof

UsernamePasswordResponse

Optional Username

  • username: string

The username. Case insensitive. Length must be between 3-20 with the allowed characters a-z, 0-9 and the symbols [.][-][@][_].

memberof

UsernamePasswordResponse