Path: blob/main/docs/sources/shared/flow/reference/components/authorization-block.md
4096 views
---
---
Name | Type | Description | Default | Required |
---|---|---|---|---|
type | string | Authorization type, for example, "Bearer". | no | |
credentials | secret | Secret value. | no | |
credentials_file | string | File containing the secret value. | no |
credential
and credentials_file
are mutually exclusive and only one can be provided inside of an authorization
block.