public |
decode | Public Function decode source: /home/nrgjobscom/public_html/jwt/models/jwt.cfc | arguments | label | name | required | type | default | hint | | token | true | string | null | | | key | false | any | null | | | algorithms | false | any | | | | claims | false | struct | | | | verify | false | boolean | true | |
| return type | struct |
|
encode | Public Function encode source: /home/nrgjobscom/public_html/jwt/models/jwt.cfc | arguments | label | name | required | type | default | hint | | payload | true | struct | null | | | key | true | any | null | | | algorithm | true | string | null | | | headers | false | struct | | |
| return type | string |
|
getHeader | Public Function getHeader source: /home/nrgjobscom/public_html/jwt/models/jwt.cfc | arguments | label | name | required | type | default | hint | | token | true | string | null | |
| return type | struct |
|
init | Public Function init source: /home/nrgjobscom/public_html/jwt/models/jwt.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
parseJWK | Public Function parseJWK source: /home/nrgjobscom/public_html/jwt/models/jwt.cfc | arguments | label | name | required | type | default | hint | | jwk | true | struct | null | |
| return type | any |
|
parsePEMEncodedKey | Public Function parsePEMEncodedKey source: /home/nrgjobscom/public_html/jwt/models/jwt.cfc | arguments | label | name | required | type | default | hint | | pemKey | true | string | null | |
| return type | any |
|