Commit 0239f0e2 authored by 0Tyler's avatar 0Tyler

readme update

parent 324532ea
......@@ -10,4 +10,20 @@ $ mvn appengine:devserver
for a local development server instance.
## Intellij 啟動與偵錯
https://cloud.google.com/code/docs/intellij/deploy-local
\ No newline at end of file
https://cloud.google.com/code/docs/intellij/deploy-local
## 各流程呼叫API順序
```
- 註冊
1. BeginMakeCredential
2. FinishMakeCredential
3. RegisteredKeys
- 移除Credential
1. RemoveCredential
2. RegisteredKeys
- 登入
1. BeginGetAssertion
2. FinishGetAssertion
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment