AllJoynUnity.AllJoyn.AuthListener.AuthenticationComplete C# (CSharp) Method

AuthenticationComplete() protected abstract method

protected abstract AuthenticationComplete ( string authMechanism, string peerName, bool success ) : void
authMechanism string
peerName string
success bool
return void
            protected abstract void AuthenticationComplete(string authMechanism, string peerName, bool success);