GitHubAuthModel interface
Model voor API-verificatie voor GitHub. Voor deze verificatie moeten we eerst de Router-app (Microsoft Beveiliging DevOps) goedkeuren voor toegang tot het GitHub-account. Vervolgens hebben we alleen de InstallationId nodig om het toegangstoken op te halen uit https://api.github.com/app/installations/{installId}/access_tokens.
- Uitbreiding
Eigenschappen
| installation |
De gitHubApp-verificatie-installatie-id. |
| type | Het verificatietype |
Eigenschapdetails
installationId
De gitHubApp-verificatie-installatie-id.
installationId?: string
Waarde van eigenschap
string
type
Het verificatietype
type: "GitHub"
Waarde van eigenschap
"GitHub"