Class: Anthropic::Credentials::WorkloadIdentity
- Inherits:
-
Object
- Object
- Anthropic::Credentials::WorkloadIdentity
- Defined in:
- sig/anthropic/credentials.rbs
Constant Summary collapse
- MAX_ASSERTION_BYTES =
Instance Method Summary collapse
- #base_url ⇒ String
- #bind_base_url ⇒ void
- #call ⇒ AccessToken
- #handle_error_response ⇒ bot
- #initialize ⇒ Object constructor
- #perform_exchange ⇒ AccessToken
Constructor Details
#initialize ⇒ Object
121 |
# File 'sig/anthropic/credentials.rbs', line 121
def initialize: (
|
Instance Method Details
#base_url ⇒ String
135 |
# File 'sig/anthropic/credentials.rbs', line 135
def base_url: -> String
|
#bind_base_url ⇒ void
This method returns an undefined value.
130 |
# File 'sig/anthropic/credentials.rbs', line 130
def bind_base_url: (String base_url) -> void
|
#call ⇒ AccessToken
131 |
# File 'sig/anthropic/credentials.rbs', line 131
def call: (?force_refresh: bool) -> AccessToken
|
#handle_error_response ⇒ bot
137 |
# File 'sig/anthropic/credentials.rbs', line 137
def handle_error_response: (top response, String? request_id) -> bot
|
#perform_exchange ⇒ AccessToken
136 |
# File 'sig/anthropic/credentials.rbs', line 136
def perform_exchange: (String jwt) -> AccessToken
|