toValue method
Implementation
String toValue() {
switch (this) {
case AuthenticationScheme.akamai:
return 'AKAMAI';
case AuthenticationScheme.common:
return 'COMMON';
}
}
String toValue() {
switch (this) {
case AuthenticationScheme.akamai:
return 'AKAMAI';
case AuthenticationScheme.common:
return 'COMMON';
}
}