username abstract method

Registration username(
  1. String username
)

Specifies the username that must be used to register.

IMPORTANT
Providing the username is required.

WARNING
The username is the technical user identifier defined by the relaying party. Do not provide the login identifier (for example the users e-mail address) here.

Params:

  • username: the username.

Returns: a Registration object.

Implementation

Registration username(String username);