SourceAuth constructor

SourceAuth({
  1. required SourceAuthType type,
  2. String? resource,
})

Implementation

SourceAuth({
  required this.type,
  this.resource,
});