isS256 property

bool isS256

Returns true if the codeChallengeMethod is s256.

Implementation

bool get isS256 => codeChallengeMethod == 's256';