AuthenticationInfo constructor

AuthenticationInfo({
  1. String? credentials,
  2. List<String>? schemes,
})

Implementation

AuthenticationInfo({this.credentials, this.schemes});