extractToken

@Deprecated(message = "Construct operation using Link", replaceWith = @ReplaceWith(imports = {}, expression = "Operation(link: Link)"))
public final String extractToken(String url)

Deprecated

Construct operation using Link

Replace with

Operation(link: Link)

Extracts the token parameter from a URL string if it exists; otherwise, returns null.