
OAuth2
OAuth2
yaml
type: "io.kestra.plugin.linkedin.OAuth2"Examples
yaml
id: linkedin_auth
namespace: company.team
tasks:
- id: authenticate
type: io.kestra.plugin.linkedin.OAuth2
clientId: "{{ secret('LINKEDIN_CLIENT_ID') }}"
clientSecret: "{{ secret('LINKEDIN_CLIENT_SECRET') }}"
refreshToken: "{{ secret('LINKEDIN_REFRESH_TOKEN') }}"
Properties
clientId*Requiredstring
clientSecret*Requiredstring
refreshToken*Requiredstring
tokenUrlstring
Default
https://www.linkedin.com/oauth/v2/accessTokenOutputs
accessTokenstring
expiresAtstring
Format
date-time