CraAuthentication constructor
CraAuthentication(
- String secret
Initializes the authentication method with the secret
aka password
Implementation
CraAuthentication(this.secret);
Initializes the authentication method with the secret
aka password
CraAuthentication(this.secret);