Skip to content

Instantly share code, notes, and snippets.

@choudharymanish8585
Created August 21, 2018 09:36
Show Gist options
  • Save choudharymanish8585/4ffe0e7c8983cd0ecca2397886633637 to your computer and use it in GitHub Desktop.
Save choudharymanish8585/4ffe0e7c8983cd0ecca2397886633637 to your computer and use it in GitHub Desktop.
public class StreamingApiController {
/**
* This method returns signed in user's session id
* @author Manish Choudhari
* */
@AuraEnabled
public static String getSessionId() {
return UserInfo.getSessionId();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment