AuthenticateResult constructor
Creates a new AuthenticateResult instance.
Both challenge and signature are optional and can be null.
Implementation
AuthenticateResult({this.challenge, this.signature});
Creates a new AuthenticateResult instance.
Both challenge and signature are optional and can be null.
AuthenticateResult({this.challenge, this.signature});