Sha256: 4e9c706ca0b86f58ccd9d6fedd31e868a336c2179ade237c04ee8972015282ba
Contents?: true
Size: 641 Bytes
Versions: 19
Compression:
Stored size: 641 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Shared # A PreflightToken is a token that allows access to the OCI distribution endpoints. class PreflightToken < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig field :auth_token, T.nilable(::String), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('auth_token') } } sig { params(auth_token: T.nilable(::String)).void } def initialize(auth_token: nil) @auth_token = auth_token end end end end
Version data entries
19 entries across 19 versions & 1 rubygems