class Omniauth::Strategies::Gov

def raw_info

def raw_info
  @raw_info ||= JWT.decode(credentials["id_token"], nil, false)[0]
end