GetIssuer implements the Claims interface.
()
| 31 | |
| 32 | // GetIssuer implements the Claims interface. |
| 33 | func (m MapClaims) GetIssuer() (string, error) { |
| 34 | return m.parseString("iss") |
| 35 | } |
| 36 | |
| 37 | // GetSubject implements the Claims interface. |
| 38 | func (m MapClaims) GetSubject() (string, error) { |
nothing calls this directly
no test coverage detected