Skip to content

Commit

Permalink
Define fhirAuthorization.token_type as a fixed value of "Bearer"
Browse files Browse the repository at this point in the history
  • Loading branch information
kpshek committed Jan 12, 2019
1 parent 488f7f5 commit 35f4bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cds-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ definitions:
type: string
token_type:
type: string
enum:
- Bearer
expires_in:
type: integer
scope:
Expand Down

0 comments on commit 35f4bcd

Please sign in to comment.