added class for signed request object

pull/166/merge
Mike Derryberry 2012-07-18 10:53:55 -04:00 committed by Justin Richer
parent c0a61fe47a
commit 5f0ea41e0e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package org.mitre.openid.connect.client;
public class OIDCSignedJwtFilter {
}