Skip to main content

Crate neuron_auth_file

Crate neuron_auth_file 

Source
Expand description

File-based auth provider that reads a bearer token from disk.

Reads the entire file contents as the token bytes. Useful for Kubernetes projected service account tokens or other file-mounted credentials.

Structsยง

FileTokenProvider
Reads a bearer token from a file (e.g., K8s projected service account token).