class Ably::Realtime::Auth

Auth is responsible for authentication with {www.ably.com Ably} using basic or token authentication This {Ably::Realtime::Auth Realtime::Auth} class wraps the {Ably::Auth Synchronous Ably::Auth} class in an EventMachine friendly way using Deferrables for all IO. See {Ably::Auth Ably::Auth} for more information

Find out more about Ably authentication at: www.ably.com/docs/general/authentication/

@!attribute [r] client_id

(see Ably::Auth#client_id)

@!attribute [r] current_token_details

(see Ably::Auth#current_token_details)

@!attribute [r] token

(see Ably::Auth#token)

@!attribute [r] key

(see Ably::Auth#key)

@!attribute [r] key_name

(see Ably::Auth#key_name)

@!attribute [r] key_secret

(see Ably::Auth#key_secret)

@!attribute [r] options

(see Ably::Auth#options)

@!attribute [r] token_params

(see Ably::Auth#options)

@!attribute [r] using_basic_auth?

(see Ably::Auth#using_basic_auth?)

@!attribute [r] using_token_auth?

(see Ably::Auth#using_token_auth?)

@!attribute [r] token_renewable?

(see Ably::Auth#token_renewable?)

@!attribute [r] authentication_security_requirements_met?

(see Ably::Auth#authentication_security_requirements_met?)