Searched defs:splitSignedCompact (Results 1 – 2 of 2) sorted by relevance
76 func splitSignedCompact(compact string) ([]byte, string, error) { func
224 static Parts splitSignedCompact(String signedCompact) throws JwtInvalidException { in splitSignedCompact() method in JwtFormat