CredentialParams constructor

CredentialParams([
  1. dynamic values
])

Creates a new credential parameters and fills it with values.

  • values (optional) an object to be converted into key-value pairs to initialize these credentials.

Implementation

CredentialParams([dynamic values]) : super(values);