View Source JWT.Claim.Iss (yajwt v1.4.0)
Issuer
Link to this section Summary
Functions
Predicate to reject an iss claim that does not match the expected issuer
Link to this section Functions
Predicate to reject an iss claim that does not match the expected issuer
example
Example
iex> Iss.reject?("issuer", %{iss: "other issuer"})
true
Returns true
or false