Class: EndPointBlank::Authorization

Inherits:
Object
  • Object
show all
Includes:
AuthorizationMethods
Defined in:
lib/end_point_blank/authorization.rb

Overview

Generates HTTP Basic Authorization headers using client credentials. Creates a Base64-encoded string from the client_id and client_secret configured in EndPointBlank::Configuration. Use header class method to get a properly formatted "Basic credentials" header.

Method Summary

Methods included from AuthorizationMethods

included