Example #1
0
func TestGrant(t *testing.T) {
	_ = osinserver.AuthorizeHandler(&GrantCheck{})
}
Example #2
0
func TestAuthorizeAuthenticator(t *testing.T) {
	_ = osinserver.AuthorizeHandler(&AuthorizeAuthenticator{})
}