unfiltered

mac

package mac

Visibility
  1. Public
  2. All

Type Members

  1. trait Signing extends AnyRef

    MAC request signing as defined by http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token-05 The MAC protocol defines

    MAC request signing as defined by http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token-05 The MAC protocol defines

    1. MAC key identifier (access token value) 2. MAC key (access token secret) 3. MAC algorithm - one of ("hmac-sha-1" or "hmac-sha-256") 4. Issue time - time when credentials were issued to calculate the age

Value Members

  1. object Mac extends Signing

  2. object MacAuthorization

    MAC Authorization extractor See also http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-00

Ungrouped