Top "Token" questions

A token is a string of characters, categorized according to the rules as a symbol (e.g., IDENTIFIER, NUMBER, COMMA).

Why is OAuth designed to have request token and access token?

In the OAuth protocol, a service consumer will ask a user to authorize a request token in the service provider …

oauth protocols token
Java Syntax error on token(s), misplaced construct(s)

im doing a java vending machine os and I've just imported my original project into eclipse and added a guy …

java class syntax token construct
Locust passing headers

Is it possible to have Locust pass a header command with a secure token to load test an API? I …

header token locust
how edge ngram token filter differs from ngram token filter?

As I am new to elastic search, I am not able to identify difference between ngram token filter and edge …

elasticsearch token analyzer
Add authentication to OPTIONS request

How can I add headers to the OPTIONS request made towards a cross-domain API? The API I'm working against requires …

api angular cors token jwt
How to move Google Authenticator to a hardware device?

I'm using two-factor authentication based on Google Authenticator and I need to connect the hardware tokens to this system. The …

token two-factor-authentication one-time-password google-authenticator multi-factor-authentication
What is the fastest way to Parse a line in Delphi?

I have a huge file that I must parse line by line. Speed is of the essence. Example of a …

delphi parsing token pascal
C - Unexpected Segmentation Fault on strtok(...)

I am using strtok(...) of the library and it appears to be working fine until the end condition, where it …

c string segmentation-fault token strtok
When will InstanceIDListenerService be called and how to test it?

With the last changes to Android GCM now a InstanceIDListenerService is provided to be able to listen to token refreshes …

google-cloud-messaging token
Stripe: error messages when Creating a Customer &/or Charge - Ruby on Rails

I am implementing Stripe in my Rails app & get an Invalid Token error when I load the entry form …

ruby-on-rails-3 debugging token railscasts stripe-payments