CreateTokenParams.pii constructor
const
CreateTokenParams.pii({
- required PIITokenParams params,
Creates a single-use token that represents the details of personally identifiable information (PII).
Implementation
@JsonSerializable(explicitToJson: true)
const factory CreateTokenParams.pii({required PIITokenParams params}) =
_CreateTokenParamsPII;