toValue method
Implementation
String toValue() {
switch (this) {
case AmbiguousRoleResolutionType.authenticatedRole:
return 'AuthenticatedRole';
case AmbiguousRoleResolutionType.deny:
return 'Deny';
}
}
String toValue() {
switch (this) {
case AmbiguousRoleResolutionType.authenticatedRole:
return 'AuthenticatedRole';
case AmbiguousRoleResolutionType.deny:
return 'Deny';
}
}