typeName property
String
get
typeName
The name of this authentication type, e.g. plain or oauth2
Implementation
String get typeName => authentication.name;
The name of this authentication type, e.g. plain or oauth2
String get typeName => authentication.name;