attach<T extends Auth<AuthKeys> > static method
Implementation
static void attach<T extends Auth>(Authorizer<T> authorizer) {
type = T;
_i = authorizer;
}
static void attach<T extends Auth>(Authorizer<T> authorizer) {
type = T;
_i = authorizer;
}