Class OAuthHmacSigner

java.lang.Object
com.google.api.client.auth.oauth.OAuthHmacSigner
All Implemented Interfaces:
OAuthSigner

@Beta public final class OAuthHmacSigner extends Object implements OAuthSigner
Beta
OAuth "HMAC-SHA1" signature method.
Since:
1.0
  • Field Details

    • clientSharedSecret

      public String clientSharedSecret
      Client-shared secret or null for none.
    • tokenSharedSecret

      public String tokenSharedSecret
      Token-shared secret or null for none.
  • Constructor Details

    • OAuthHmacSigner

      public OAuthHmacSigner()
  • Method Details