Skip to content

Commit

Permalink
update to comply with radartoken interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Mar 22, 2024
1 parent 285a3ad commit 32f6cb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class DisabledAuth(
override fun getGrantType(): String = "none"

override fun getSubject(): String = "anonymous"
override fun getUsername(): String = "anonymous"

override fun getIssuedAt(): Date = Date()

Expand Down

0 comments on commit 32f6cb6

Please sign in to comment.