Skip to content

Commit

Permalink
πŸ› Fix missing OAuth2 refresh token grant type
Browse files Browse the repository at this point in the history
  • Loading branch information
canterberry committed Jun 3, 2019
1 parent 4f7f2d8 commit 451c25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Blockmason.Link/OAuth2/Grant/RefreshTokenGrant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public Contract() : this("") {
}

public Contract(string refreshToken) {
grant_type = "refresh_token";
refresh_token = refreshToken;
}
}
Expand Down

0 comments on commit 451c25f

Please sign in to comment.