public static Create ( RockContext rockContext, Rock person, AuthenticationServiceType serviceType, int entityTypeId, string username, string password, bool isConfirmed ) : UserLogin | ||
rockContext | RockContext | The rock context. |
person | Rock | The |
serviceType | AuthenticationServiceType | The |
entityTypeId | int | The entity type identifier. |
username | string | A |
password | string | A |
isConfirmed | bool | A |
return | UserLogin |