Skip to content

Commit

Permalink
added getProviderKey() to JWTUserToken
Browse files Browse the repository at this point in the history
  • Loading branch information
eXtreme committed Nov 29, 2016
1 parent 0920ddc commit c674a1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Security/Authentication/Token/JWTUserToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,14 @@ public function getCredentials()
{
return $this->rawToken;
}

/**
* Returns the provider key.
*
* @return string The provider key
*/
public function getProviderKey()
{
return $this->providerKey;
}
}

0 comments on commit c674a1e

Please sign in to comment.