JwtCredentials constructor

JwtCredentials({
  1. required JsonSettings settings,
  2. required String scope,
})

Implementation

JwtCredentials({required this.settings, required this.scope});