@nebius/js-sdk - v0.1.4
    Preparing search index...

    Type Alias CredentialsInit

    CredentialsInit:
        | Provider
        | Bearer
        | Reader
        | ServiceAccount
        | ServiceAccountInit
        | Token
        | { tokenFile: string }
        | string
        | FederationCredentialsOptions
        | null
        | undefined