SignInDummy class

Dummy implementation of SignIn

Inheritance

Constructors

SignInDummy({dynamic clientId = '', dynamic debugLog = false, dynamic scopes = const []})
Dummy implementation of SignIn

Properties

clientId String
  • Chrome Extension
    • use Google OAuth Chrome Application client id.
    • update OAuth credential app id with extension id
  • Firefox Extension
    • use Google OAuth Web Application client id.
    • update OAuth credential authorized redirect uri this can be obtain by redirectUrl
  • Web
    • use Google OAuth Web Application client id.
    • update OAuth credential authorized javaScript origins
  • Standalone App
    • use Google OAuth Chrome Application client id.
    • update OAuth credential app id
  • finalinherited
    debugLog bool
    getter/setter pairinherited
    displayName String
    Dummy implementation, always return ''
    no setteroverride
    hashCode int
    The hash code for this object.
    no setterinherited
    hasListeners bool
    Whether any listeners are currently registered.
    no setterinherited
    isSignedIn ValueNotifier<bool>
    Trigger whenever signin status changes.
    getter/setter pairinherited
    photoUrl String
    Dummy implementation, always return ''
    no setteroverride
    redirectUrl String
    Dummy implementation, always return ''
    no setteroverride
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    scopes List<String>
    scopes of sign-in
    finalinherited
    token ValueNotifier<String>
    Update by authorize()
    getter/setter pairinherited

    Methods

    addListener(VoidCallback listener) → void
    Register a closure to be called when the object changes.
    inherited
    authorize() Future<bool>
    override
    dispose() → void
    Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
    inherited
    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    notifyListeners() → void
    Call all the registered listeners.
    inherited
    removeListener(VoidCallback listener) → void
    Remove a previously registered closure from the list of closures that are notified when the object changes.
    inherited
    signIn({bool reAuthenticate = true, bool suppressErrors = true, bool silentOnly = false}) Future
    Dummy implementation, always return ''
    override
    signOut() Future
    Dummy implementation, always return ''
    override
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited