Class: OCI::Auth::Signers::RptPathProvider::StringRptPathProvider

Inherits:
RptPathProvider
  • Object
show all
Defined in:
lib/oci/auth/signers/resource_principal_token_path_provider/string_rpt_path_provider.rb

Overview

string rpt path provider

Instance Method Summary collapse

Methods inherited from RptPathProvider

#replacement_dict, #token_path

Constructor Details

#initialize(path) ⇒ StringRptPathProvider

Returns a new instance of StringRptPathProvider.



10
11
12
# File 'lib/oci/auth/signers/resource_principal_token_path_provider/string_rpt_path_provider.rb', line 10

def initialize(path)
  super(path)
end