ValidateCallback
ValidateCallback: (err: Error | null, profile?: saml.Profile | null, loggedOut?: undefined | false | true) => void
Type declaration
-
- (err: Error | null, profile?: saml.Profile | null, loggedOut?: undefined | false | true): void
-
Parameters
-
err: Error | null
-
Optional profile: saml.Profile | null
-
Optional loggedOut: undefined | false | true
Returns void