Add ClientAuthenticationMethod#toString
Closes gh-13497
This commit is contained in:
@@ -98,4 +98,9 @@ public final class ClientAuthenticationMethod implements Serializable {
|
||||
return getValue().hashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user