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

    Type Alias CredentialsInit

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

    Defines the credential values that the SDK accepts.

    A string is treated as an access token. { tokenFile } reads a token from a file. Bearers and authorization providers can renew credentials. null and undefined create an SDK without authorization.

    Type Declaration