Sha256: f19e7f1443986ec202ef1834fb6cece040c711be5d2af881f9f258dbd51914dc
Contents?: true
Size: 638 Bytes
Versions: 7
Compression:
Stored size: 638 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). 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
7 entries across 7 versions & 1 rubygems