Polish RegisteredClient

This commit is contained in:
Joe Grandja
2021-08-12 17:06:13 -04:00
parent a740e819ae
commit 86997bc0ac

View File

@@ -90,10 +90,11 @@ public class RegisteredClient implements Serializable {
}
/**
* Returns the client secret.
* Returns the client secret or {@code null} if not available.
*
* @return the client secret
* @return the client secret or {@code null} if not available
*/
@Nullable
public String getClientSecret() {
return this.clientSecret;
}