DeviseAuthToken

can anyone explain me what is the following line doing in DeviseAuthToken

sign_in(:user, @resource, store: false, bypass: false.

what is the function of store: false and bypass: false