Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Managing Tokens

Yuri Schimke edited this page Jul 18, 2018 · 4 revisions

Managing Tokens

Display tokens

Shows you the tokens stored for you and validates the credentials against the site

okurl --show-credentials [sitename]

$ okurl --show-credentials facebook
Facebook API        	Yuri Schimke (9999999999999)	OkUrl (9999999999)
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Switch token sets

Allows you to switch between different sets of tokens e.g. work, personal tokens, iphone vs android.

okurl -s [name]

$ okurl -s work --show-credentials facebook
Facebook API        	Yuri Schimke (9999999999999)	MyWorkApp (88888888)
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Clone this wiki locally