generated: '2026-07-11' method: derived source: openapi/delinea-secret-server-openapi.json summary: types: - apiKey api_key_in: - header schemes: - name: BearerToken type: apiKey in: header parameter: Authorization description: 'Perform a POST request to `/oauth2/token`. It should include three form data parameters - `username`, `password`, and `grant_type`.The `grant_type` parameter should always have the value `password`.The access token returned should be included in the header of subsequent requests, like ''Authorization: Bearer token''. The token remains valid for a time period returned in the ''expires_in'' pro' sources: - openapi/delinea-secret-server-openapi.json