5 lines
101 B
Ruby
5 lines
101 B
Ruby
class AgentConnectClient < OpenIDConnect::Client
|
|
def initialize
|
|
super(AGENT_CONNECT)
|
|
end
|
|
end
|