Sha256: 923540ed7829967e4ee0821b4e037d08edc50dede1bb84ee8d1a61a5919f1ef1
Contents?: true
Size: 250 Bytes
Versions: 15
Compression:
Stored size: 250 Bytes
Contents
module Keycloak class KeycloakException < StandardError; end class UserLoginNotFound < KeycloakException; end class ProcCookieTokenNotDefined < KeycloakException; end class ProcExternalAttributesNotDefined < KeycloakException; end end
Version data entries
15 entries across 15 versions & 1 rubygems