CraAuthentication constructor

CraAuthentication(
  1. String secret
)

Initializes the authentication method with the secret aka password

Implementation

CraAuthentication(this.secret);