toValue method
Implementation
String toValue() {
switch (this) {
case DigitalSignatureMethod.jwtPs384:
return 'JWT_PS384';
}
}
String toValue() {
switch (this) {
case DigitalSignatureMethod.jwtPs384:
return 'JWT_PS384';
}
}