FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
API-Examples/macOS/APIExample/Commons/KeyCenter.swift at master · quejue1213/API-Examples · GitHub
quejue1213
/
API-Examples
Public
forked from
AgoraIO/API-Examples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
API-Examples
/
macOS
/
APIExample
/
Commons
/
KeyCenter.swift
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (12 loc) · 324 Bytes
Breadcrumbs
API-Examples
/
macOS
/
APIExample
/
Commons
/
KeyCenter.swift
Copy path
File metadata and controls
14 lines (12 loc) · 324 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// KeyCenter.swift
// OpenLive
//
// Created by GongYuhua on 6/25/16.
// Copyright © 2016 Agora. All rights reserved.
//
struct
KeyCenter
{
static
let
AppId
:
String
=
<
#Your App Id#
>
// assign token to nil if you have not enabled app certificate
static
var
Token
:
String
?
=
<
#Temp Access Token#
>
}
Back
|
FazBrowse Home
|
New Git URL