Class OAuthClientCredentials

  • All Implemented Interfaces:
    ClientCredentials

    public final class OAuthClientCredentials
    extends Object
    implements ClientCredentials
    Immutable OAuth credentials for a client credentials flow (https://tools.ietf.org/html/rfc6749#section-4.4).

    Validates on construction rather than in builder setters.