func (a *authorizationPlugin) AuthZRequest(authReq *Request) (*Response, error) {
    if err := a.initPlugin(); err != nil {
        return nil, err
    }