jwks abstract method

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

Implementation

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