Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-25 07:51
Flavor·Java

"
(?<!refresh.)token(?!.type)\":\"(.*?)\"
"
gm
Open regex in editor

Description

Grep the token value for almost any JSON response containing an oauth2 token as describe in rfc6749

Submitted by Pharaphara