alg property

  1. @BuiltValueField(wireName: r'alg')
String alg

JSON Web Key Algorithm The algorithm to be used for creating the key. Supports RS256, ES256, ES512, HS512, and HS256.

Implementation

@BuiltValueField(wireName: r'alg')
String get alg;