Skip to content

Commit afcc7ca

Browse files
committed
format
1 parent 246c03f commit afcc7ca

113 files changed

Lines changed: 9945 additions & 10288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
package com.coze.loop.auth;
22

3-
/**
4-
* Authentication interface for CozeLoop SDK.
5-
*/
3+
/** Authentication interface for CozeLoop SDK. */
64
public interface Auth {
7-
/**
8-
* Get the authentication token.
9-
*
10-
* @return the authentication token
11-
* @throws com.coze.loop.exception.AuthException if authentication fails
12-
*/
13-
String getToken();
14-
15-
/**
16-
* Get the authentication type (e.g., "Bearer", "JWT").
17-
*
18-
* @return the authentication type
19-
*/
20-
String getType();
21-
}
5+
/**
6+
* Get the authentication token.
7+
*
8+
* @return the authentication token
9+
* @throws com.coze.loop.exception.AuthException if authentication fails
10+
*/
11+
String getToken();
2212

13+
/**
14+
* Get the authentication type (e.g., "Bearer", "JWT").
15+
*
16+
* @return the authentication type
17+
*/
18+
String getType();
19+
}

0 commit comments

Comments
 (0)