Exception: Booqable::SingleUseTokenAlgorithmRequired

Inherits:
ConfigArgumentError show all
Defined in:
lib/booqable/error.rb

Overview

Raised when a single-use token algorithm is not set in Booqable configuration and single-use token auth method is used.

Instance Method Summary collapse

Constructor Details

#initializeSingleUseTokenAlgorithmRequired

Returns a new instance of SingleUseTokenAlgorithmRequired.



453
454
455
# File 'lib/booqable/error.rb', line 453

def initialize
  super("Single use token algorithm is required. Please set `single_use_token_algorithm` in Booqable configuration.")
end