janrain_capture_fields_array |
./janrain_capture.pages.inc |
Function to create the array of user data to save. |
2 |
|
janrain_capture_menu |
./janrain_capture.module |
Implements hook_menu(). |
|
|
janrain_capture_oauth |
./janrain_capture.pages.inc |
Callback for the janrain_capture/oauth menu item. This serves as the
redirect_uri Capture redirects the user to and performs the authentication. |
|
1 |
janrain_capture_profile |
./janrain_capture.pages.inc |
Callback for the janrain_capture/profile menu item. Ensures the access_token
is valid before redirecting the user to the Capture profile screen. |
|
1 |
janrain_capture_profile_field |
./janrain_capture.pages.inc |
Function to retrive the value of a dot-delimited field name from the
returned Capture user profile. |
2 |
|
janrain_capture_profile_sync |
./janrain_capture.pages.inc |
Callback for the janrain_capture/profile_sync menu item. Retrieves
the most recent data from Capture and stores values locally. |
|
1 |
janrain_capture_resend_verification_email |
./janrain_capture.pages.inc |
Callback for the janrain_capture/resend_verification_email menu item.
Displays a confirmation message that a verification email was resent. |
|
1 |
janrain_capture_settings |
./janrain_capture.admin.inc |
Sets up the admin settings form for this module. |
|
1 |
janrain_capture_token_expired |
./janrain_capture.pages.inc |
Callback the janrain_capture/token_expired menu item. Logs out a user
due to an expired session. |
|
3 |
janrain_capture_token_expired_access |
./janrain_capture.module |
Access callback for janrain_capture_token_expired(). |
|
1 |
janrain_capture_ui_block |
./janrain_capture_ui.module |
Implements of hook_block(). |
|
|
janrain_capture_ui_form_user_profile_form_alter |
./janrain_capture_ui.module |
Implements hook_form_FORM_ID_alter(). |
|
|
janrain_capture_ui_init |
./janrain_capture_ui.module |
Implements hook_init(). |
|
|
janrain_capture_ui_menu_alter |
./janrain_capture_ui.module |
Implements hook_menu_alter(). |
|
|
janrain_capture_uninstall |
./janrain_capture.install |
Removes unused variables when uninstalling. |
|
|
janrain_capture_url |
./janrain_capture.module |
Returns the full URL of a specified CaptureUI screen |
3 |
|