Class FileDelegationTokenSupplier
  A file-based delegation token provider. This class reads a delegation token from a file.
    Inheritance
    
    FileDelegationTokenSupplier
   
  
  
  
  Assembly: OCI.DotNetSDK.Common.dll
  Syntax
  
    public class FileDelegationTokenSupplier : ISupplier<string>
   
  Constructors
  
  FileDelegationTokenSupplier(string)
  
  
  Declaration
  
    public FileDelegationTokenSupplier(string delegationTokenPath)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | delegationTokenPath |  | 
    
  
  Fields
  delegationToken
  
  
  Declaration
  
    protected string delegationToken
   
  Field Value
  
  delegationTokenPath
  
  
  Declaration
  
    protected readonly string delegationTokenPath
   
  Field Value
  
  Methods
  
  GetKey()
  Gets the delegation token.
Declaration
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | string | Delegation token string. | 
    
  
  Implements