yajwt v1.1.0 JWT.Claim.Iss

Issuer

see http://tools.ietf.org/html/rfc7519#section-4.1.1

Link to this section Summary

Functions

Predicate to reject an iss claim that does not match the expected issuer

Link to this section Functions

Link to this function reject?(iss, arg2)

Predicate to reject an iss claim that does not match the expected issuer

Example

iex> Iss.reject?("issuer", %{iss: "other issuer"})
true

Returns true or false