Skip to content

Commit

Permalink
Ref sideshow#220 - added ReasonExpiredToken.
Browse files Browse the repository at this point in the history
  • Loading branch information
euantorano authored and ringsaturn committed Apr 22, 2023
1 parent 48f73b6 commit 6818b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions response.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ const (

// 405 The specified :method was not POST.
ReasonMethodNotAllowed = "MethodNotAllowed"

/// 410 The device token has expired.
ReasonExpiredToken = "ExpiredToken"

// 410 The device token is inactive for the specified topic.
ReasonUnregistered = "Unregistered"
Expand Down

0 comments on commit 6818b6f

Please sign in to comment.