pyremoteplay.oauth module

OAuth methods for getting PSN credentials.

pyremoteplay.oauth.get_login_url()

Return Login Url.

Return type

str

pyremoteplay.oauth.get_user_account(redirect_url)

Return user account.

Account should be formatted with format_user_account() before use.

Parameters

redirect_url (str) – Redirect url found after logging in

Return type

dict

async pyremoteplay.oauth.async_get_user_account(redirect_url)

Return user account. Async.

Account should be formatted with format_user_account() before use.

Parameters

redirect_url (str) – Redirect url found after logging in

Return type

dict

pyremoteplay.oauth.prompt()

Prompt for input and return account info.

Return type

dict