struct AZBlob::SharedKeyCredential

Defined in:

azblob/credential/shared_key.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(account_name : String, account_key : String) #

[View source]

Instance Method Detail

def account_key : Bytes #

[View source]
def account_key=(key : String) #

[View source]
def account_name : String #

[View source]
def compute_hmac_sha256(msg : String) #

[View source]
def sign(request : HTTP::Request) #

[View source]