Leon4gr45's picture
Upload folder using huggingface_hub (part 2)
1477a90 verified
Raw
History Blame Contribute Delete
383 Bytes
using TypeSpec.Http;
/**
* Cloud API token.
*/
@friendlyName("CloudTokenAuth")
model CloudTokenAuth is BearerAuth;
/**
* Cloud API web app cookie.
*/
@friendlyName("CloudCookieAuth")
model CloudCookieAuth is ApiKeyAuth<ApiKeyLocation.cookie, "__session">;
/**
* Cloud consumer portal token.
*/
@friendlyName("CloudPortalTokenAuth")
model CloudPortalTokenAuth is BearerAuth;