jwks abstract method

  1. @GET('/jwks')
Future<Result<JwtKeyResponse>> jwks()

Implementation

@GET('/jwks')
Future<Result<JwtKeyResponse>> jwks();